getData(void) | SMatrix | |
getData(void) const | SMatrix | |
getNCols() const | SMatrix | [inline] |
getNRows() const | SMatrix | [inline] |
getSize() const | SVector | [inline] |
horizCat(const SMatrix &m) const | SMatrix | |
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 coool::Vector() const | SVector | |
operator linalg::Matrix() const | SMatrix | |
operator linalg::Vector() const | SVector | |
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[](dword index) | SVector | [inline] |
operator[](dword index) const | SVector | [inline] |
SMatrix::operator[](unsigned int index) | SMatrix | |
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 | |
SVector(dword N=1) | SVector | [inline] |
SVector(dword N, double s) | SVector | [inline] |
SVector(dword N, const double *src) | SVector | [inline] |
SVector(dword N, const float *src) | SVector | [inline] |
SVector(const vuColourN &col) | SVector | [inline] |
SVector(const SVector &v) | SVector | [inline] |
SVector(const SMatrix &m) | SVector | [inline] |
SVector(const coool::Vector< double > v) | SVector | [inline] |
vertCat(const SMatrix &m) const | SMatrix | |
~SMatrix() | SMatrix | |