|
| IdentityMatrix () |
|
| IdentityMatrix (ArrayLengthSpecifier n) |
|
| IdentityMatrix (const IdentityMatrix &gm) |
|
GeneralMatrix * | MakeSolver () |
|
void | operator= (const IdentityMatrix &m) |
|
void | operator= (Real f) |
|
void | ReSize (int n) |
|
void | ReSize (const GeneralMatrix &A) |
|
Real | sum () const |
|
void | swap (IdentityMatrix &gm) |
|
| ~IdentityMatrix () |
|
|
void | operator= (const BaseMatrix &) |
|
|
LogAndSign | log_determinant () const |
|
Real | trace () const |
|
Real | sum_square () const |
|
Real | sum_absolute_value () const |
|
|
void | GetRow (MatrixRowCol &) |
|
void | GetCol (MatrixRowCol &) |
|
void | GetCol (MatrixColX &) |
|
void | NextRow (MatrixRowCol &) |
|
void | NextCol (MatrixRowCol &) |
|
void | NextCol (MatrixColX &) |
|
|
void | Solver (MatrixColX &, const MatrixColX &) |
|
|
GeneralMatrix * | Transpose (TransposedMatrix *, MatrixType) |
|
const Real * | const_data () const |
|
Real * | data () |
|
const Real * | data () const |
|
ReturnMatrix | ForReturn () const |
|
void | Inject (const GeneralMatrix &GM) |
|
bool | IsZero () const |
|
int | Ncols () const |
|
int | ncols () const |
|
int | Nrows () const |
|
int | nrows () const |
|
void | operator-= (Real r) |
|
void | operator/= (Real r) |
|
void | operator<< (const BaseMatrix &X) |
|
MatrixInput | operator<< (int f) |
|
void | protect () |
|
void | Protect () |
|
void | Release () |
|
void | Release (int t) |
|
void | release () |
|
void | release (int t) |
|
void | release_and_delete () |
|
void | ReleaseAndDelete () |
|
virtual void | RestoreCol (MatrixRowCol &) |
|
virtual void | RestoreCol (MatrixColX &) |
|
virtual void | RestoreRow (MatrixRowCol &) |
|
virtual void | SetParameters (const GeneralMatrix *) |
|
int | size () const |
|
int | Storage () const |
|
Real * | Store () const |
|
int | tag () const |
|
int | Tag () const |
|
MatrixType | Type () const |
|
Real | maximum_absolute_value1 (int &i) const |
|
Real | minimum_absolute_value1 (int &i) const |
|
Real | maximum1 (int &i) const |
|
Real | minimum1 (int &i) const |
|
Real | maximum_absolute_value () const |
|
Real | maximum_absolute_value2 (int &i, int &j) const |
|
Real | minimum_absolute_value () const |
|
Real | minimum_absolute_value2 (int &i, int &j) const |
|
Real | maximum () const |
|
Real | maximum2 (int &i, int &j) const |
|
Real | minimum () const |
|
Real | minimum2 (int &i, int &j) const |
|
virtual | ~GeneralMatrix () |
|
void | tDelete () |
|
bool | reuse () |
|
void | inject (const GeneralMatrix &) |
|
void | CheckStore () const |
|
| operator ReturnMatrix () const |
|
ReturnMatrix | for_return () const |
|
void | cleanup () |
|
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
|
MatrixInput | operator<< (double) |
|
MatrixInput | operator<< (float) |
|
void | operator<< (const double *) |
|
void | operator<< (const float *) |
|
void | operator<< (const int *) |
|
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) |
|
bool | is_zero () const |
|
virtual bool | IsEqual (const GeneralMatrix &) const |
|
ColedMatrix | AsColumn () const |
|
DiagedMatrix | AsDiagonal () const |
|
MatedMatrix | AsMatrix (int m, int n) const |
|
RowedMatrix | AsRow () const |
|
Real | AsScalar () const |
|
virtual MatrixBandWidth | BandWidth () const |
|
void | CleanUp () |
|
GetSubMatrix | Column (int f) const |
|
GetSubMatrix | Columns (int f, int l) const |
|
Real | Determinant () const |
|
void | IEQND () const |
|
LogAndSign | LogDeterminant () const |
|
Real | Maximum () const |
|
Real | Maximum1 (int &i) const |
|
Real | Maximum2 (int &i, int &j) const |
|
Real | MaximumAbsoluteValue () const |
|
Real | MaximumAbsoluteValue1 (int &i) const |
|
Real | MaximumAbsoluteValue2 (int &i, int &j) const |
|
Real | Minimum () const |
|
Real | Minimum1 (int &i) const |
|
Real | Minimum2 (int &i, int &j) const |
|
Real | MinimumAbsoluteValue () const |
|
Real | MinimumAbsoluteValue1 (int &i) const |
|
Real | MinimumAbsoluteValue2 (int &i, int &j) const |
|
Real | Norm1 () const |
|
Real | norm_frobenius () const |
|
Real | NormFrobenius () const |
|
Real | NormInfinity () const |
|
ReversedMatrix | Reverse () const |
|
GetSubMatrix | Row (int f) const |
|
GetSubMatrix | Rows (int f, int l) const |
|
GetSubMatrix | SubMatrix (int fr, int lr, int fc, int lc) const |
|
virtual Real | Sum () const |
|
Real | SumAbsoluteValue () const |
|
Real | SumSquare () const |
|
GetSubMatrix | SymSubMatrix (int f, int l) const |
|
Real | Trace () const |
|
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 | as_row () const |
|
ColedMatrix | as_column () const |
|
DiagedMatrix | as_diagonal () const |
|
MatedMatrix | as_matrix (int, int) const |
|
Real | as_scalar () const |
|
GetSubMatrix | submatrix (int, int, int, int) const |
|
GetSubMatrix | sym_submatrix (int, int) const |
|
GetSubMatrix | row (int) const |
|
GetSubMatrix | rows (int, int) const |
|
GetSubMatrix | column (int) const |
|
GetSubMatrix | columns (int, int) const |
|
Real | determinant () const |
|
Real | norm_Frobenius () const |
|
ReturnMatrix | sum_square_columns () const |
|
ReturnMatrix | sum_square_rows () const |
|
ReturnMatrix | sum_columns () const |
|
ReturnMatrix | sum_rows () const |
|
Real | norm1 () const |
|
Real | norm_infinity () const |
|
| Janitor () |
|
virtual | ~Janitor () |
|
GeneralMatrix * | Image () const |
|
| IdentityMatrix (const BaseMatrix &) |
|
MatrixType | type () const |
|
void | resize (int n) |
|
void | resize (const GeneralMatrix &A) |
|
MatrixBandWidth | bandwidth () const |
|
Identity matrix.
Definition at line 1350 of file newmat.h.