, including all inherited members.
| column(const int &i) (defined in Matrix) | Matrix | |
| column(const int &i) const (defined in Matrix) | Matrix | |
| columnSize() const (defined in Matrix) | Matrix | [inline] |
| det() (defined in Matrix) | Matrix | |
| gaussianElimination(const ColumnVector< T > &b) (defined in Matrix) | Matrix | |
| inverse() (defined in Matrix) | Matrix | |
| m_matrix (defined in Matrix) | Matrix | [protected] |
| Matrix(const vector< ColumnVector< T > > &M) (defined in Matrix) | Matrix | |
| Matrix(const vector< vector< T > > &matrix) (defined in Matrix) | Matrix | |
| Matrix(const int row=3, const int column=3) (defined in Matrix) | Matrix | |
| Matrix(const RowVector< T > &RV) (defined in Matrix) | Matrix | |
| Matrix(const Matrix< T > &M) (defined in Matrix) | Matrix | [inline] |
| Matrix(const vector< RowVector< T > > &M) (defined in Matrix) | Matrix | [inline] |
| Matrix(const ColumnVector< T > &CV) (defined in Matrix) | Matrix | [inline] |
| matrix() (defined in Matrix) | Matrix | [inline] |
| operator* (defined in Matrix) | Matrix | [friend] |
| operator*(const Matrix< T > &M) (defined in Matrix) | Matrix | [inline] |
| operator*(const T &num) (defined in Matrix) | Matrix | |
| operator+(const Matrix< T > &M) (defined in Matrix) | Matrix | |
| operator-(const Matrix< T > &M) (defined in Matrix) | Matrix | [inline] |
| operator<< (defined in Matrix) | Matrix | [friend] |
| operator[](const int &i) (defined in Matrix) | Matrix | [inline] |
| ref() (defined in Matrix) | Matrix | |
| remove(const int row, const int column) (defined in Matrix) | Matrix | |
| resize(const int &row, const int &column) (defined in Matrix) | Matrix | [inline] |
| row(const int &i) (defined in Matrix) | Matrix | |
| rowSize() const (defined in Matrix) | Matrix | [inline] |
| rref() (defined in Matrix) | Matrix | |
| transpose() (defined in Matrix) | Matrix | |
| triDiagonalize(vector< T > &lower, vector< T > &diagonal, vector< T > &upper) (defined in Matrix) | Matrix | |
| UnsortedEigenVectors(LowerTriangular< N, value > &A, Quadratic< N, value > &RRmatrix, Row< N, value > &E, double precision=1E-10) | Matrix | [related] |
| zero() (defined in Matrix) | Matrix | |