#include <matrices.h>
Inheritance diagram for Matrix:


Definition at line 61 of file matrices.h.
Public Types | |
| typedef std::vector< T > | Data |
Public Member Functions | |
| Matrix (unsigned n=0, unsigned m=0) | |
| unsigned | get_column_count () const |
| unsigned | get_row_count () const |
| T & | operator() (unsigned i, unsigned j) |
| const T & | operator() (unsigned i, unsigned j) const |
Protected Attributes | |
| Data | data |
| unsigned | n |
| unsigned | m |
|
|
Definition at line 63 of file matrices.h. |
|
||||||||||||
|
Definition at line 127 of file matrices.h. |
|
|
Definition at line 143 of file matrices.h. |
|
|
Definition at line 136 of file matrices.h. |
|
||||||||||||
|
Definition at line 160 of file matrices.h. |
|
||||||||||||
|
Definition at line 150 of file matrices.h. |
|
|
Definition at line 66 of file matrices.h. |
|
|
Definition at line 68 of file matrices.h. |
|
|
Definition at line 67 of file matrices.h. |
1.4.5