Polyhedral-net Splines
Loading...
Searching...
No Matches
Matrix Class Reference

Public Member Functions

 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
Matrixoperator= (const Matrix &a_Input)

Private Member Functions

void initMatrix (MatNxNd &a_Mat, const int a_Rows, const int a_Cols)

Private Attributes

int m_Rows
int m_Cols
MatNxNd m_Mat

The documentation for this class was generated from the following file: