|
| | LowerBandMatrix () |
| |
| | ~LowerBandMatrix () |
| |
| | LowerBandMatrix (int n, int lbw) |
| |
| | LowerBandMatrix (const BaseMatrix &) |
| |
| void | operator= (const BaseMatrix &) |
| |
| void | operator= (Real f) |
| |
| void | operator= (const LowerBandMatrix &m) |
| |
| MatrixType | Type () const |
| |
| | LowerBandMatrix (const LowerBandMatrix &gm) |
| |
| GeneralMatrix * | MakeSolver () |
| |
| void | Solver (MatrixColX &, const MatrixColX &) |
| |
| LogAndSign | LogDeterminant () const |
| |
| void | ReSize (int, int, int) |
| |
| void | ReSize (int n, int lbw) |
| |
| void | ReSize (const GeneralMatrix &A) |
| |
| Real & | operator() (int, int) |
| |
| Real | operator() (int, int) const |
| |
| Real & | element (int, int) |
| |
| Real | element (int, int) const |
| |
Public Member Functions inherited from BandMatrix |
| | BandMatrix () |
| |
| | ~BandMatrix () |
| |
| | BandMatrix (int n, int lb, int ub) |
| |
| | BandMatrix (const BaseMatrix &) |
| |
| void | operator= (const BaseMatrix &) |
| |
| void | operator= (Real f) |
| |
| void | operator= (const BandMatrix &m) |
| |
| Real & | operator() (int, int) |
| |
| Real & | element (int, int) |
| |
| Real | operator() (int, int) const |
| |
| Real | element (int, int) const |
| |
| | BandMatrix (const BandMatrix &gm) |
| |
| Real | Trace () const |
| |
| Real | SumSquare () const |
| |
| Real | SumAbsoluteValue () const |
| |
| Real | Sum () const |
| |
| Real | MaximumAbsoluteValue () const |
| |
| Real | MinimumAbsoluteValue () const |
| |
| Real | Maximum () const |
| |
| Real | Minimum () const |
| |
| void | GetRow (MatrixRowCol &) |
| |
| void | GetCol (MatrixRowCol &) |
| |
| void | GetCol (MatrixColX &) |
| |
| void | RestoreCol (MatrixRowCol &) |
| |
| void | RestoreCol (MatrixColX &c) |
| |
| void | NextRow (MatrixRowCol &) |
| |
| bool | SameStorageType (const GeneralMatrix &A) const |
| |
| void | ReSizeForAdd (const GeneralMatrix &A, const GeneralMatrix &B) |
| |
| void | ReSizeForSP (const GeneralMatrix &A, const GeneralMatrix &B) |
| |
| MatrixBandWidth | BandWidth () const |
| |
| void | SetParameters (const GeneralMatrix *) |
| |
| MatrixInput | operator<< (Real) |
| |
| MatrixInput | operator<< (int f) |
| |
| void | operator<< (const Real *r) |
| |
| void | operator<< (const int *r) |
| |
| void | operator<< (const BaseMatrix &X) |
| |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
| |
| int | Nrows () const |
| |
| int | Ncols () const |
| |
| int | Storage () const |
| |
| Real * | Store () const |
| |
| virtual | ~GeneralMatrix () |
| |
| void | tDelete () |
| |
| bool | reuse () |
| |
| void | Protect () |
| |
| int | Tag () const |
| |
| bool | IsZero () const |
| |
| void | Release () |
| |
| void | Release (int t) |
| |
| void | ReleaseAndDelete () |
| |
| void | operator<< (const Real *) |
| |
| void | operator<< (const int *) |
| |
| void | operator<< (const BaseMatrix &X) |
| |
| void | Inject (const GeneralMatrix &) |
| |
| void | operator+= (const BaseMatrix &) |
| |
| void | operator-= (const BaseMatrix &) |
| |
| void | operator*= (const BaseMatrix &) |
| |
| void | operator|= (const BaseMatrix &) |
| |
| void | operator &= (const BaseMatrix &) |
| |
| void | operator+= (Real) |
| |
| void | operator-= (Real r) |
| |
| void | operator*= (Real) |
| |
| void | operator/= (Real r) |
| |
| virtual void | RestoreRow (MatrixRowCol &) |
| |
| virtual void | NextCol (MatrixRowCol &) |
| |
| virtual void | NextCol (MatrixColX &) |
| |
| Real | MaximumAbsoluteValue1 (int &i) const |
| |
| Real | MinimumAbsoluteValue1 (int &i) const |
| |
| Real | Maximum1 (int &i) const |
| |
| Real | Minimum1 (int &i) const |
| |
| Real | MaximumAbsoluteValue2 (int &i, int &j) const |
| |
| Real | MinimumAbsoluteValue2 (int &i, int &j) const |
| |
| Real | Maximum2 (int &i, int &j) const |
| |
| Real | Minimum2 (int &i, int &j) const |
| |
| virtual bool | IsEqual (const GeneralMatrix &) const |
| |
| void | CheckStore () const |
| |
| | operator ReturnMatrix () const |
| |
| ReturnMatrix | ForReturn () const |
| |
| MatrixInput | operator<< (Real) |
| |
| MatrixInput | operator<< (int f) |
| |
| void | CleanUp () |
| |
| AddedMatrix | operator+ (const BaseMatrix &) const |
| |
| MultipliedMatrix | operator* (const BaseMatrix &) const |
| |
| SubtractedMatrix | operator- (const BaseMatrix &) const |
| |
| ConcatenatedMatrix | operator| (const BaseMatrix &) const |
| |
| StackedMatrix | operator & (const BaseMatrix &) const |
| |
| ShiftedMatrix | operator+ (Real) const |
| |
| ScaledMatrix | operator* (Real) const |
| |
| ScaledMatrix | operator/ (Real) const |
| |
| ShiftedMatrix | operator- (Real) const |
| |
| TransposedMatrix | t () const |
| |
| NegatedMatrix | operator- () const |
| |
| ReversedMatrix | Reverse () const |
| |
| InvertedMatrix | i () const |
| |
| RowedMatrix | AsRow () const |
| |
| ColedMatrix | AsColumn () const |
| |
| DiagedMatrix | AsDiagonal () const |
| |
| MatedMatrix | AsMatrix (int, int) const |
| |
| GetSubMatrix | SubMatrix (int, int, int, int) const |
| |
| GetSubMatrix | SymSubMatrix (int, int) const |
| |
| GetSubMatrix | Row (int) const |
| |
| GetSubMatrix | Rows (int, int) const |
| |
| GetSubMatrix | Column (int) const |
| |
| GetSubMatrix | Columns (int, int) const |
| |
| Real | AsScalar () const |
| |
| Real | Determinant () const |
| |
| Real | NormFrobenius () const |
| |
| Real | Norm1 () const |
| |
| Real | NormInfinity () const |
| |
| void | IEQND () const |
| |
|
Public Attributes inherited from BandMatrix |
| int | lower |
| |
| int | upper |
| |
Protected Member Functions inherited from BandMatrix |
| void | CornerClear () const |
| |
| short | SimpleAddOK (const GeneralMatrix *gm) |
| |
| | GeneralMatrix () |
| |
| | GeneralMatrix (ArrayLengthSpecifier) |
| |
| void | Add (GeneralMatrix *, Real) |
| |
| void | Add (Real) |
| |
| void | NegAdd (GeneralMatrix *, Real) |
| |
| void | NegAdd (Real) |
| |
| void | Multiply (GeneralMatrix *, Real) |
| |
| void | Multiply (Real) |
| |
| void | Negate (GeneralMatrix *) |
| |
| void | Negate () |
| |
| void | ReverseElements () |
| |
| void | ReverseElements (GeneralMatrix *) |
| |
| void | operator= (Real) |
| |
| Real * | GetStore () |
| |
| GeneralMatrix * | BorrowStore (GeneralMatrix *, MatrixType) |
| |
| void | GetMatrix (const GeneralMatrix *) |
| |
| void | Eq (const BaseMatrix &, MatrixType) |
| |
| void | Eq (const GeneralMatrix &) |
| |
| void | Eq (const BaseMatrix &, MatrixType, bool) |
| |
| void | Eq2 (const BaseMatrix &, MatrixType) |
| |
| int | search (const BaseMatrix *) const |
| |
| virtual GeneralMatrix * | Transpose (TransposedMatrix *, MatrixType) |
| |
| void | CheckConversion (const BaseMatrix &) |
| |
| void | ReSize (int, int, int) |
| |
| virtual void | MiniCleanUp () |
| |
| void | PlusEqual (const GeneralMatrix &gm) |
| |
| void | MinusEqual (const GeneralMatrix &gm) |
| |
| void | PlusEqual (Real f) |
| |
| void | MinusEqual (Real f) |
| |
| int | tag |
| |
| int | nrows |
| |
| int | ncols |
| |
| int | storage |
| |
| Real * | store |
| |
Definition at line 1024 of file newmat.h.