66 CMatd(
int nRows,
int nColumns);
74 double&
operator() (
int nRow,
int nColumn)
const;
87 void SetSize(
int nRows,
int nColumns);
97 double **m_ppElements;
double & operator()(int nRow, int nColumn) const
void operator*=(const double s)
Data structure and operations for calculating with matrices of arbitrary dimension.
CMatd & operator=(const CMatd &v)
CMatd operator-(const CMatd &m)
CMatd operator*(const double s)
void SetSize(int nRows, int nColumns)
Data structure and operations for calculating with vectors of arbitrary dimension.
CMatd operator+(const CMatd &m)