free() | SMatrix | [private] |
getData(void) | SMatrix | |
getData(void) const | SMatrix | |
getNCols() const | SMatrix | [inline] |
getNRows() const | SMatrix | [inline] |
horizCat(const SMatrix &m) const | SMatrix | |
init(dword nrows, dword ncols) | SMatrix | [private] |
insert(const SMatrix &m, dword i=0, dword j=0) | SMatrix | |
m_Data | SMatrix | [protected] |
m_NCols | SMatrix | [protected] |
m_NRows | SMatrix | [protected] |
makeDiag(const SVector &diag) | SMatrix | |
makeIdentity(void) | SMatrix | |
makeToeplitz(const SVector &v, bool symmetric=false) | SMatrix | |
makeZero(void) | SMatrix | |
norm() const | SMatrix | |
norm2() const | SMatrix | |
operator *(double s, const SMatrix &m) | SMatrix | [friend] |
operator *(const SMatrix &m) const | SMatrix | |
operator *(double s) const | SMatrix | |
operator *=(const SMatrix &m) | SMatrix | |
operator *=(double s) | SMatrix | |
operator coool::DensMatrix() const | SMatrix | |
operator linalg::Matrix() const | SMatrix | |
operator+(const SMatrix &m) const | SMatrix | |
operator+=(const SMatrix &m) | SMatrix | |
operator-(const SMatrix &m) const | SMatrix | |
operator-=(const SMatrix &m) | SMatrix | |
operator<<(ostream &os, const SMatrix &A) | SMatrix | [friend] |
operator=(const SMatrix &m) | SMatrix | |
operator=(const double s) | SMatrix | |
operator=(const float *fdata) | SMatrix | |
operator=(const double *fdata) | SMatrix | |
operator=(const vuMatrix &m) | SMatrix | |
operator=(const linalg::Matrix &m) | SMatrix | |
operator=(const coool::DensMatrix< double > &m) | SMatrix | |
operator>>(istream &is, SMatrix &A) | SMatrix | [friend] |
operator[](unsigned int index) | SMatrix | |
operator[](unsigned int index) const | SMatrix | |
resize(dword nrows, dword ncols) | SMatrix | |
SMatrix(const dword nrows=1, const dword ncols=1) | SMatrix | |
SMatrix(const dword nrows, const dword ncols, const double s) | SMatrix | |
SMatrix(const SMatrix &m) | SMatrix | |
SMatrix(const vuColourN &col) | SMatrix | |
SMatrix(const vuMatrix &m) | SMatrix | |
SMatrix(dword nrows, dword ncols, const double *data) | SMatrix | |
SMatrix(dword nrows, dword ncols, const float *data) | SMatrix | |
SMatrix(const linalg::Matrix &m) | SMatrix | |
SMatrix(const linalg::Vector &m) | SMatrix | |
SMatrix(const coool::DensMatrix< double > &m) | SMatrix | |
SMatrix(const coool::Vector< double > &m) | SMatrix | |
vertCat(const SMatrix &m) const | SMatrix | |
~SMatrix() | SMatrix | |