List of all members.
Public Member Functions |
|
| Matrix (unsigned _quadratic) |
|
| Matrix (unsigned _rows, unsigned _cols) |
|
T & | operator() (unsigned row, unsigned col) |
|
T | operator() (unsigned row, unsigned col) const |
|
bool | square () const |
|
void | fill (T v) |
|
| Matrix (const Matrix &m) |
|
Matrix & | operator= (const Matrix &m) |
|
unsigned | getRows () const |
|
unsigned | getCols () const |
|
vector< T > | getRow (int _row) const |
|
void | setRow (int p, vector< T > &_row) |
|
vector< T > | getCol (int _col) const |
|
void | setCol (int p, vector< T > &_col) |
template<class T>
class Matrix< T >
The documentation for this class was generated from the following file: