|
|
| Matrix (const MatNxNd a_Mat) |
|
| Matrix (const int a_Rows, const int a_Cols) |
|
int | getRows () const |
|
int | getCols () const |
|
std::vector< double > & | operator() (int a_Row) |
|
const std::vector< double > & | operator() (int a_Row) const |
|
double & | operator() (int a_Row, int a_Col) |
|
const double & | operator() (int a_Row, int a_Col) const |
|
Matrix | operator* (Matrix a_Input) const |
|
Matrix & | operator= (const Matrix &a_Input) |
|
|
void | initMatrix (MatNxNd &a_Mat, const int a_Rows, const int a_Cols) |
|
|
int | m_Rows |
|
int | m_Cols |
|
MatNxNd | m_Mat |
The documentation for this class was generated from the following file: