| Add(GeneralMatrix *, Real) | GeneralMatrix | protected |
| Add(Real) | GeneralMatrix | protected |
| AsColumn() const | BaseMatrix | |
| AsDiagonal() const | BaseMatrix | |
| AsMatrix(int, int) const | BaseMatrix | |
| AsRow() const | BaseMatrix | |
| AsScalar() const | BaseMatrix | |
| BandWidth() const | BaseMatrix | virtual |
| BorrowStore(GeneralMatrix *, MatrixType) | GeneralMatrix | protected |
| CheckConversion(const BaseMatrix &) | GeneralMatrix | protected |
| CheckStore() const | GeneralMatrix | |
| CleanUp() | GeneralMatrix | virtual |
| Column(int) const | BaseMatrix | |
| Columns(int, int) const | BaseMatrix | |
| Determinant() const | BaseMatrix | |
| element(int, int) | Matrix | |
| element(int, int) const | Matrix | |
| Eq(const BaseMatrix &, MatrixType) | GeneralMatrix | protected |
| Eq(const GeneralMatrix &) | GeneralMatrix | protected |
| Eq(const BaseMatrix &, MatrixType, bool) | GeneralMatrix | protected |
| Eq2(const BaseMatrix &, MatrixType) | GeneralMatrix | protected |
| Evaluate(MatrixType mt=MatrixTypeUnSp) | GeneralMatrix | virtual |
| ForReturn() const | GeneralMatrix | |
| GeneralMatrix() | GeneralMatrix | protected |
| GeneralMatrix(ArrayLengthSpecifier) | GeneralMatrix | protected |
| GetCol(MatrixRowCol &) | Matrix | virtual |
| GetCol(MatrixColX &) | Matrix | virtual |
| GetMatrix(const GeneralMatrix *) | GeneralMatrix | protected |
| GetRow(MatrixRowCol &) | Matrix | virtual |
| GetStore() | GeneralMatrix | protected |
| i() const | BaseMatrix | |
| IEQND() const | BaseMatrix | |
| Image() const | SquareMatrix | privatevirtual |
| Inject(const GeneralMatrix &) | GeneralMatrix | |
| IsEqual(const GeneralMatrix &) const | GeneralMatrix | virtual |
| IsZero() const | GeneralMatrix | |
| LogDeterminant() const | GeneralMatrix | virtual |
| MakeSolver() | Matrix | virtual |
| Matrix() | Matrix | inline |
| Matrix(int, int) | Matrix | |
| Matrix(const BaseMatrix &) | Matrix | |
| Matrix(const Matrix &gm) | Matrix | inline |
| Maximum() const | GeneralMatrix | virtual |
| Maximum1(int &i) const | GeneralMatrix | virtual |
| Maximum2(int &i, int &j) const | Matrix | virtual |
| MaximumAbsoluteValue() const | GeneralMatrix | virtual |
| MaximumAbsoluteValue1(int &i) const | GeneralMatrix | virtual |
| MaximumAbsoluteValue2(int &i, int &j) const | Matrix | virtual |
| MiniCleanUp() | GeneralMatrix | inlineprotectedvirtual |
| Minimum() const | GeneralMatrix | virtual |
| Minimum1(int &i) const | GeneralMatrix | virtual |
| Minimum2(int &i, int &j) const | Matrix | virtual |
| MinimumAbsoluteValue() const | GeneralMatrix | virtual |
| MinimumAbsoluteValue1(int &i) const | GeneralMatrix | virtual |
| MinimumAbsoluteValue2(int &i, int &j) const | Matrix | virtual |
| MinusEqual(const GeneralMatrix &gm) | GeneralMatrix | protected |
| MinusEqual(Real f) | GeneralMatrix | protected |
| Multiply(GeneralMatrix *, Real) | GeneralMatrix | protected |
| Multiply(Real) | GeneralMatrix | protected |
| Ncols() const | GeneralMatrix | inline |
| ncols | GeneralMatrix | protected |
| NegAdd(GeneralMatrix *, Real) | GeneralMatrix | protected |
| NegAdd(Real) | GeneralMatrix | protected |
| Negate(GeneralMatrix *) | GeneralMatrix | protected |
| Negate() | GeneralMatrix | protected |
| NextCol(MatrixRowCol &) | Matrix | virtual |
| NextCol(MatrixColX &) | Matrix | virtual |
| NextRow(MatrixRowCol &) | Matrix | virtual |
| Norm1() const | BaseMatrix | |
| NormFrobenius() const | BaseMatrix | |
| NormInfinity() const | BaseMatrix | |
| nrows | GeneralMatrix | protected |
| Nrows() const | GeneralMatrix | inline |
| operator &(const BaseMatrix &) const | BaseMatrix | |
| operator &=(const BaseMatrix &) | GeneralMatrix | |
| operator ReturnMatrix() const | GeneralMatrix | |
| operator()(int, int) | Matrix | |
| operator()(int, int) const | Matrix | |
| operator*(const BaseMatrix &) const | BaseMatrix | |
| operator*(Real) const | BaseMatrix | |
| operator*=(const BaseMatrix &) | GeneralMatrix | |
| operator*=(Real) | GeneralMatrix | |
| operator+(const BaseMatrix &) const | BaseMatrix | |
| operator+(Real) const | BaseMatrix | |
| operator+=(const Matrix &M) | SquareMatrix | inline |
| operator+=(Real f) | SquareMatrix | inline |
| GeneralMatrix::operator+=(const BaseMatrix &) | GeneralMatrix | |
| operator-(const BaseMatrix &) const | BaseMatrix | |
| operator-(Real) const | BaseMatrix | |
| operator-() const | BaseMatrix | |
| operator-=(const Matrix &M) | SquareMatrix | inline |
| operator-=(Real f) | SquareMatrix | inline |
| GeneralMatrix::operator-=(const BaseMatrix &) | GeneralMatrix | |
| operator/(Real) const | BaseMatrix | |
| operator/=(Real r) | GeneralMatrix | inline |
| operator<<(const Real *) | GeneralMatrix | |
| operator<<(const int *) | GeneralMatrix | |
| operator<<(const BaseMatrix &X) | GeneralMatrix | inline |
| operator<<(Real) | GeneralMatrix | |
| operator<<(int f) | GeneralMatrix | inline |
| operator=(const BaseMatrix &) | SquareMatrix | |
| operator=(Real f) | SquareMatrix | inline |
| operator=(const SquareMatrix &m) | SquareMatrix | inline |
| operator=(const Matrix &m) | SquareMatrix | |
| operator|(const BaseMatrix &) const | BaseMatrix | |
| operator|=(const BaseMatrix &) | GeneralMatrix | |
| PlusEqual(const GeneralMatrix &gm) | GeneralMatrix | protected |
| PlusEqual(Real f) | GeneralMatrix | protected |
| Protect() | GeneralMatrix | inline |
| Release() | GeneralMatrix | inline |
| Release(int t) | GeneralMatrix | inline |
| ReleaseAndDelete() | GeneralMatrix | inline |
| ReSize(int) | SquareMatrix | |
| ReSize(int, int) | SquareMatrix | virtual |
| ReSize(const GeneralMatrix &A) | SquareMatrix | virtual |
| GeneralMatrix::ReSize(int, int, int) | GeneralMatrix | protected |
| ReSizeForAdd(const GeneralMatrix &A, const GeneralMatrix &B) | GeneralMatrix | virtual |
| ReSizeForSP(const GeneralMatrix &A, const GeneralMatrix &B) | GeneralMatrix | virtual |
| RestoreCol(MatrixRowCol &) | Matrix | virtual |
| RestoreCol(MatrixColX &) | Matrix | virtual |
| RestoreRow(MatrixRowCol &) | GeneralMatrix | inlinevirtual |
| reuse() | GeneralMatrix | |
| Reverse() const | BaseMatrix | |
| ReverseElements() | GeneralMatrix | protected |
| ReverseElements(GeneralMatrix *) | GeneralMatrix | protected |
| Row(int) const | BaseMatrix | |
| Rows(int, int) const | BaseMatrix | |
| SameStorageType(const GeneralMatrix &A) const | GeneralMatrix | virtual |
| search(const BaseMatrix *) const | GeneralMatrix | protectedvirtual |
| SetParameters(const GeneralMatrix *) | GeneralMatrix | inlinevirtual |
| SimpleAddOK(const GeneralMatrix *) | GeneralMatrix | inlineprotectedvirtual |
| Solver(MatrixColX &, const MatrixColX &) | GeneralMatrix | inlinevirtual |
| SquareMatrix() | SquareMatrix | inline |
| SquareMatrix(ArrayLengthSpecifier) | SquareMatrix | |
| SquareMatrix(const BaseMatrix &) | SquareMatrix | |
| SquareMatrix(const SquareMatrix &gm) | SquareMatrix | inline |
| SquareMatrix(const Matrix &gm) | SquareMatrix | |
| Storage() const | GeneralMatrix | inline |
| storage | GeneralMatrix | protected |
| store | GeneralMatrix | protected |
| Store() const | GeneralMatrix | inline |
| SubMatrix(int, int, int, int) const | BaseMatrix | |
| Sum() const | GeneralMatrix | virtual |
| SumAbsoluteValue() const | GeneralMatrix | virtual |
| SumSquare() const | GeneralMatrix | virtual |
| SymSubMatrix(int, int) const | BaseMatrix | |
| t() const | BaseMatrix | |
| Tag() const | GeneralMatrix | inline |
| tag | GeneralMatrix | protected |
| tDelete() | GeneralMatrix | |
| Trace() const | Matrix | virtual |
| Transpose(TransposedMatrix *, MatrixType) | GeneralMatrix | protectedvirtual |
| Type() const | SquareMatrix | virtual |
| ~GeneralMatrix() | GeneralMatrix | virtual |
| ~Matrix() | Matrix | inline |
| ~SquareMatrix() | SquareMatrix | inline |