|
| ColumnVector () |
|
| ~ColumnVector () |
|
| ColumnVector (ArrayLengthSpecifier n) |
|
| ColumnVector (const BaseMatrix &) |
|
| ColumnVector (const ColumnVector &gm) |
|
void | operator= (const BaseMatrix &) |
|
void | operator= (Real f) |
|
void | operator= (const ColumnVector &m) |
|
Real & | operator() (int) |
|
Real & | element (int) |
|
Real | operator() (int) const |
|
Real | element (int) const |
|
MatrixType | Type () const |
|
GeneralMatrix * | Transpose (TransposedMatrix *, MatrixType) |
|
void | ReSize (int) |
|
void | ReSize (int, int) |
|
void | ReSize (const GeneralMatrix &A) |
|
Real * | nric () const |
|
void | CleanUp () |
|
void | MiniCleanUp () |
|
void | operator+= (const Matrix &M) |
|
void | operator-= (const Matrix &M) |
|
void | operator+= (Real f) |
|
void | operator-= (Real f) |
|
| Matrix () |
|
| ~Matrix () |
|
| Matrix (int, int) |
|
| Matrix (const BaseMatrix &) |
|
void | operator= (const BaseMatrix &) |
|
void | operator= (Real f) |
|
void | operator= (const Matrix &m) |
|
Real & | operator() (int, int) |
|
Real & | element (int, int) |
|
Real | operator() (int, int) const |
|
Real | element (int, int) const |
|
| Matrix (const Matrix &gm) |
|
GeneralMatrix * | MakeSolver () |
|
Real | Trace () const |
|
void | GetRow (MatrixRowCol &) |
|
void | GetCol (MatrixRowCol &) |
|
void | GetCol (MatrixColX &) |
|
void | RestoreCol (MatrixRowCol &) |
|
void | RestoreCol (MatrixColX &) |
|
void | NextRow (MatrixRowCol &) |
|
void | NextCol (MatrixRowCol &) |
|
void | NextCol (MatrixColX &) |
|
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 |
|
void | operator+= (const Matrix &M) |
|
void | operator-= (const Matrix &M) |
|
void | operator+= (Real f) |
|
void | operator-= (Real f) |
|
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 | Solver (MatrixColX &, const MatrixColX &) |
|
virtual void | RestoreRow (MatrixRowCol &) |
|
Real | SumSquare () const |
|
Real | SumAbsoluteValue () const |
|
Real | Sum () const |
|
Real | MaximumAbsoluteValue1 (int &i) const |
|
Real | MinimumAbsoluteValue1 (int &i) const |
|
Real | Maximum1 (int &i) const |
|
Real | Minimum1 (int &i) const |
|
Real | MaximumAbsoluteValue () const |
|
Real | MinimumAbsoluteValue () const |
|
Real | Maximum () const |
|
Real | Minimum () const |
|
LogAndSign | LogDeterminant () const |
|
virtual bool | IsEqual (const GeneralMatrix &) const |
|
void | CheckStore () const |
|
virtual void | SetParameters (const GeneralMatrix *) |
|
| operator ReturnMatrix () const |
|
ReturnMatrix | ForReturn () const |
|
virtual bool | SameStorageType (const GeneralMatrix &A) const |
|
virtual void | ReSizeForAdd (const GeneralMatrix &A, const GeneralMatrix &B) |
|
virtual void | ReSizeForSP (const GeneralMatrix &A, const GeneralMatrix &B) |
|
MatrixInput | operator<< (Real) |
|
MatrixInput | operator<< (int f) |
|
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 |
|
virtual MatrixBandWidth | BandWidth () const |
|
void | IEQND () const |
|
|
| 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 |
|
void | CheckConversion (const BaseMatrix &) |
|
void | ReSize (int, int, int) |
|
virtual short | SimpleAddOK (const GeneralMatrix *) |
|
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 865 of file newmat.h.