|
| ColedMatrix | BaseMatrix::AsColumn () const |
| |
| DiagedMatrix | BaseMatrix::AsDiagonal () const |
| |
| MatedMatrix | BaseMatrix::AsMatrix (int m, int n) const |
| |
| RowedMatrix | BaseMatrix::AsRow () const |
| |
| Real | BaseMatrix::AsScalar () const |
| |
| GetSubMatrix | BaseMatrix::Column (int f) const |
| |
| GetSubMatrix | BaseMatrix::Columns (int f, int l) const |
| |
| bool | Compare (const MatrixType &, MatrixType &) |
| |
| Matrix | crossproduct (const Matrix &A, const Matrix &B) |
| |
| Matrix | CrossProduct (const Matrix &A, const Matrix &B) |
| |
| ReturnMatrix | crossproduct_columns (const Matrix &A, const Matrix &B) |
| |
| ReturnMatrix | crossproduct_rows (const Matrix &A, const Matrix &B) |
| |
| ReturnMatrix | CrossProductColumns (const Matrix &A, const Matrix &B) |
| |
| ReturnMatrix | CrossProductRows (const Matrix &A, const Matrix &B) |
| |
| Real | determinant (const BaseMatrix &B) |
| |
| Real | Determinant (const BaseMatrix &B) |
| |
| Real | dotproduct (const Matrix &A, const Matrix &B) |
| |
| Real | DotProduct (const Matrix &A, const Matrix &B) |
| |
| ReturnMatrix | GeneralMatrix::ForReturn () const |
| |
| bool | is_zero (const BaseMatrix &A) |
| |
| bool | is_zero (const GeneralMatrix &A) |
| |
| bool | IsZero (const BaseMatrix &A) |
| |
| bool | IsZero (const GeneralMatrix &A) |
| |
| KPMatrix | KP (const BaseMatrix &, const BaseMatrix &) |
| |
| LogAndSign | log_determinant (const BaseMatrix &B) |
| |
| LogAndSign | LogDeterminant (const BaseMatrix &B) |
| |
| void | MatrixErrorNoSpace (const void *) |
| | test for allocation fails More...
|
| |
| Real | maximum (const BaseMatrix &B) |
| |
| Real | Maximum (const BaseMatrix &B) |
| |
| Real | maximum_absolute_value (const BaseMatrix &B) |
| |
| Real | MaximumAbsoluteValue (const BaseMatrix &B) |
| |
| Real | minimum (const BaseMatrix &B) |
| |
| Real | Minimum (const BaseMatrix &B) |
| |
| Real | minimum_absolute_value (const BaseMatrix &B) |
| |
| Real | MinimumAbsoluteValue (const BaseMatrix &B) |
| |
| void | newmat_block_copy (int n, Real *from, Real *to) |
| |
| Real | norm1 (const BaseMatrix &B) |
| |
| Real | Norm1 (const BaseMatrix &B) |
| |
| Real | norm1 (RowVector &RV) |
| |
| Real | Norm1 (RowVector &RV) |
| |
| Real | norm_Frobenius (const BaseMatrix &B) |
| |
| Real | norm_frobenius (const BaseMatrix &B) |
| |
| Real | norm_infinity (const BaseMatrix &B) |
| |
| Real | norm_infinity (ColumnVector &CV) |
| |
| Real | NormFrobenius (const BaseMatrix &B) |
| |
| Real | NormInfinity (const BaseMatrix &B) |
| |
| Real | NormInfinity (ColumnVector &CV) |
| |
| bool | operator!= (const GeneralMatrix &A, const GeneralMatrix &B) |
| |
| bool | operator!= (const BaseMatrix &A, const BaseMatrix &B) |
| |
| ScaledMatrix | operator* (Real f, const BaseMatrix &BM) |
| |
| ShiftedMatrix | operator+ (Real f, const BaseMatrix &BM) |
| |
| NegShiftedMatrix | operator- (Real, const BaseMatrix &) |
| |
| bool | operator< (const BaseMatrix &A, const BaseMatrix &) |
| |
| MatrixInput | GeneralMatrix::operator<< (int f) |
| |
| MatrixInput | BandMatrix::operator<< (int f) |
| |
| MatrixInput | GetSubMatrix::operator<< (int f) |
| |
| MatrixInput | MatrixInput::operator<< (int f) |
| |
| bool | operator<= (const BaseMatrix &A, const BaseMatrix &) |
| |
| bool | operator== (const GeneralMatrix &A, const GeneralMatrix &B) |
| |
| bool | operator== (const BaseMatrix &A, const BaseMatrix &B) |
| |
| bool | operator> (const BaseMatrix &A, const BaseMatrix &) |
| |
| bool | operator>= (const BaseMatrix &A, const BaseMatrix &) |
| |
| bool | Rectangular (MatrixType a, MatrixType b, MatrixType c) |
| |
| ReversedMatrix | BaseMatrix::Reverse () const |
| |
| GetSubMatrix | BaseMatrix::Row (int f) const |
| |
| GetSubMatrix | BaseMatrix::Rows (int f, int l) const |
| |
| SPMatrix | SP (const BaseMatrix &, const BaseMatrix &) |
| |
| GetSubMatrix | BaseMatrix::SubMatrix (int fr, int lr, int fc, int lc) const |
| |
| Real | sum (const BaseMatrix &B) |
| |
| Real | Sum (const BaseMatrix &B) |
| |
| Real | sum_absolute_value (const BaseMatrix &B) |
| |
| Real | sum_square (const BaseMatrix &B) |
| |
| Real | SumAbsoluteValue (const BaseMatrix &B) |
| |
| Real | SumSquare (const BaseMatrix &B) |
| |
| void | swap (Matrix &A, Matrix &B) |
| |
| void | swap (SquareMatrix &A, SquareMatrix &B) |
| |
| void | swap (nricMatrix &A, nricMatrix &B) |
| |
| void | swap (UpperTriangularMatrix &A, UpperTriangularMatrix &B) |
| |
| void | swap (LowerTriangularMatrix &A, LowerTriangularMatrix &B) |
| |
| void | swap (SymmetricMatrix &A, SymmetricMatrix &B) |
| |
| void | swap (DiagonalMatrix &A, DiagonalMatrix &B) |
| |
| void | swap (RowVector &A, RowVector &B) |
| |
| void | swap (ColumnVector &A, ColumnVector &B) |
| |
| void | swap (CroutMatrix &A, CroutMatrix &B) |
| |
| void | swap (BandMatrix &A, BandMatrix &B) |
| |
| void | swap (UpperBandMatrix &A, UpperBandMatrix &B) |
| |
| void | swap (LowerBandMatrix &A, LowerBandMatrix &B) |
| |
| void | swap (SymmetricBandMatrix &A, SymmetricBandMatrix &B) |
| |
| void | swap (BandLUMatrix &A, BandLUMatrix &B) |
| |
| void | swap (IdentityMatrix &A, IdentityMatrix &B) |
| |
| void | swap (GenericMatrix &A, GenericMatrix &B) |
| |
| GetSubMatrix | BaseMatrix::SymSubMatrix (int f, int l) const |
| |
| Real | trace (const BaseMatrix &B) |
| |
| Real | Trace (const BaseMatrix &B) |
| |