|
Core 1.0
|
This is the complete list of members for MatrixMN, including all inherited members.
| Covariance(const std::vector< std::vector< double > > &vectors) | MatrixMN | static |
| Identity(int) | MatrixMN | static |
| Index(int, int) const | MatrixMN | inlineprotected |
| Inverse() const | MatrixMN | |
| m | MatrixMN | protected |
| MatrixMN(int, int, double=0.0) | MatrixMN | |
| MatrixMN(int, double=0.0) | MatrixMN | |
| MatrixMN(int, int, const std::vector< double > &) | MatrixMN | |
| MatrixMN(const std::vector< std::vector< double > > &) | MatrixMN | |
| n | MatrixMN | protected |
| operator()(int, int) | MatrixMN | inline |
| operator()(int, int) const | MatrixMN | inline |
| operator*(const MatrixMN &a, const MatrixMN &b) | MatrixMN | friend |
| operator*(const MatrixMN &a, double b) | MatrixMN | friend |
| operator*(double b, MatrixMN &a) | MatrixMN | friend |
| operator*=(const MatrixMN &) | MatrixMN | |
| operator*=(const double &) | MatrixMN | |
| operator+(const MatrixMN &a, const MatrixMN &b) | MatrixMN | friend |
| operator+=(const MatrixMN &) | MatrixMN | |
| operator-(const MatrixMN &a, const MatrixMN &b) | MatrixMN | friend |
| operator-=(const MatrixMN &) | MatrixMN | |
| operator/=(const double &) | MatrixMN | |
| operator<<(std::ostream &s, const MatrixMN &mat) | MatrixMN | friend |
| SameSize(const MatrixMN &) const | MatrixMN | inlineprotected |
| SwapRows(int, int) | MatrixMN | |
| Transpose() const | MatrixMN | |
| v | MatrixMN | protected |