, including all inherited members.
| apply(const VECTOR &x, VECTOR &Mx) const | MathTL::UpperTriangularMatrix< C > | |
| apply_transposed(const VECTOR &x, VECTOR &Mtx) const | MathTL::UpperTriangularMatrix< C > | |
| coldim_ | MathTL::LowerTriangularMatrix< C > | [protected] |
| column_dimension() const | MathTL::UpperTriangularMatrix< C > | [inline] |
| empty() const | MathTL::LowerTriangularMatrix< C > | [inline] |
| entries_ | MathTL::LowerTriangularMatrix< C > | [protected] |
| get_entry(const size_type row, const size_type column) const | MathTL::UpperTriangularMatrix< C > | [inline] |
| inverse(UpperTriangularMatrix< C > &MInv) const | MathTL::UpperTriangularMatrix< C > | |
| MathTL::LowerTriangularMatrix::inverse(LowerTriangularMatrix< C > &MInv) const | MathTL::LowerTriangularMatrix< C > | |
| LowerTriangularMatrix(const size_type n=0) | MathTL::LowerTriangularMatrix< C > | [explicit] |
| LowerTriangularMatrix(const LowerTriangularMatrix< C > &M) | MathTL::LowerTriangularMatrix< C > | [inline] |
| LowerTriangularMatrix(const size_type rows, const size_type columns) | MathTL::LowerTriangularMatrix< C > | |
| LowerTriangularMatrix(const size_type rows, const size_type columns, const char *str, const bool byrow=true) | MathTL::LowerTriangularMatrix< C > | |
| memory_consumption() const | MathTL::LowerTriangularMatrix< C > | [inline] |
| operator!=(const UpperTriangularMatrix< C2 > &M) const | MathTL::UpperTriangularMatrix< C > | [inline] |
| MathTL::LowerTriangularMatrix::operator!=(const LowerTriangularMatrix< C2 > &M) const | MathTL::LowerTriangularMatrix< C > | [inline] |
| operator()(const size_type row, const size_type column) const | MathTL::UpperTriangularMatrix< C > | [inline] |
| operator()(const size_type row, const size_type column) | MathTL::UpperTriangularMatrix< C > | [inline] |
| operator=(const UpperTriangularMatrix< C > &M) | MathTL::UpperTriangularMatrix< C > | |
| MathTL::LowerTriangularMatrix::operator=(const LowerTriangularMatrix< C > &M) | MathTL::LowerTriangularMatrix< C > | |
| operator==(const UpperTriangularMatrix< C2 > &M) const | MathTL::UpperTriangularMatrix< C > | [inline] |
| MathTL::LowerTriangularMatrix::operator==(const LowerTriangularMatrix< C2 > &M) const | MathTL::LowerTriangularMatrix< C > | |
| print(std::ostream &os, const unsigned int tabwidth=10, const unsigned int precision=3) const | MathTL::UpperTriangularMatrix< C > | |
| resize(const size_type rows, const size_type columns) | MathTL::UpperTriangularMatrix< C > | [inline] |
| row_dimension() const | MathTL::UpperTriangularMatrix< C > | [inline] |
| rowdim_ | MathTL::LowerTriangularMatrix< C > | [protected] |
| scale(const C s) | MathTL::LowerTriangularMatrix< C > | [inline] |
| set_entry(const size_type row, const size_type column, const C value) | MathTL::UpperTriangularMatrix< C > | [inline] |
| size() const | MathTL::LowerTriangularMatrix< C > | [inline] |
| size_type typedef | MathTL::UpperTriangularMatrix< C > | |
| triangle_index(const size_type row, const size_type column, const size_type rowdim, const size_type coldim) | MathTL::LowerTriangularMatrix< C > | [inline, protected, static] |
| triangle_size(const size_type rows, const size_type columns) | MathTL::LowerTriangularMatrix< C > | [inline, protected, static] |
| UpperTriangularMatrix(const size_type n=0) | MathTL::UpperTriangularMatrix< C > | [inline, explicit] |
| UpperTriangularMatrix(const UpperTriangularMatrix< C > &M) | MathTL::UpperTriangularMatrix< C > | [inline] |
| UpperTriangularMatrix(const size_type rows, const size_type columns) | MathTL::UpperTriangularMatrix< C > | |
| UpperTriangularMatrix(const size_type rows, const size_type columns, const char *str, const bool byrow=true) | MathTL::UpperTriangularMatrix< C > | |