MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
SymmetricMatrix () | |
~SymmetricMatrix () | |
SymmetricMatrix (ArrayLengthSpecifier) | |
SymmetricMatrix (const BaseMatrix &) | |
void | operator= (const BaseMatrix &) |
void | operator= (Real f) |
void | operator= (const SymmetricMatrix &m) |
Real & | operator() (int, int) |
Real & | element (int, int) |
Real | operator() (int, int) const |
Real | element (int, int) const |
MatrixType | Type () const |
SymmetricMatrix (const SymmetricMatrix &gm) | |
Real | SumSquare () const |
Real | SumAbsoluteValue () const |
Real | Sum () const |
Real | Trace () const |
void | GetRow (MatrixRowCol &) |
void | GetCol (MatrixRowCol &) |
void | GetCol (MatrixColX &) |
void | RestoreCol (MatrixRowCol &) |
void | RestoreCol (MatrixColX &) |
GeneralMatrix * | Transpose (TransposedMatrix *, MatrixType) |
void | ReSize (int) |
void | ReSize (const GeneralMatrix &A) |
NEWMAT::SymmetricMatrix::SymmetricMatrix | ( | ArrayLengthSpecifier | n | ) |
Definition at line 51 of file newmat4.cpp.
NEWMAT::SymmetricMatrix::SymmetricMatrix | ( | const BaseMatrix & | M | ) |
Definition at line 92 of file newmat4.cpp.
NEWMAT::SymmetricMatrix::SymmetricMatrix | ( | const SymmetricMatrix & | gm | ) | [inline] |
Real & NEWMAT::SymmetricMatrix::element | ( | int | m, |
int | n | ||
) |
Definition at line 915 of file newmat6.cpp.
Real NEWMAT::SymmetricMatrix::element | ( | int | m, |
int | n | ||
) | const |
Definition at line 924 of file newmat6.cpp.
void NEWMAT::SymmetricMatrix::GetCol | ( | MatrixRowCol & | mrc | ) | [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 430 of file newmat3.cpp.
void NEWMAT::SymmetricMatrix::GetCol | ( | MatrixColX & | mrc | ) | [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 469 of file newmat3.cpp.
void NEWMAT::SymmetricMatrix::GetRow | ( | MatrixRowCol & | mrc | ) | [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 397 of file newmat3.cpp.
Real & NEWMAT::SymmetricMatrix::operator() | ( | int | m, |
int | n | ||
) |
Definition at line 38 of file newmat6.cpp.
Real NEWMAT::SymmetricMatrix::operator() | ( | int | m, |
int | n | ||
) | const |
Definition at line 150 of file newmat6.cpp.
void NEWMAT::SymmetricMatrix::operator= | ( | Real | f | ) | [inline] |
Reimplemented from NEWMAT::GeneralMatrix.
void NEWMAT::SymmetricMatrix::operator= | ( | const BaseMatrix & | X | ) |
Definition at line 539 of file newmat6.cpp.
void NEWMAT::SymmetricMatrix::operator= | ( | const SymmetricMatrix & | m | ) | [inline] |
void NEWMAT::SymmetricMatrix::ReSize | ( | int | nr | ) |
Definition at line 231 of file newmat4.cpp.
void NEWMAT::SymmetricMatrix::ReSize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 279 of file newmat4.cpp.
void NEWMAT::SymmetricMatrix::RestoreCol | ( | MatrixRowCol & | ) | [inline, virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
void NEWMAT::SymmetricMatrix::RestoreCol | ( | MatrixColX & | mrc | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 511 of file newmat3.cpp.
Real NEWMAT::SymmetricMatrix::Sum | ( | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 411 of file newmat8.cpp.
Real NEWMAT::SymmetricMatrix::SumAbsoluteValue | ( | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 395 of file newmat8.cpp.
Real NEWMAT::SymmetricMatrix::SumSquare | ( | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 382 of file newmat8.cpp.
Real NEWMAT::SymmetricMatrix::Trace | ( | ) | const [virtual] |
Reimplemented from NEWMAT::BaseMatrix.
Definition at line 554 of file newmat8.cpp.
GeneralMatrix * NEWMAT::SymmetricMatrix::Transpose | ( | TransposedMatrix * | , |
MatrixType | mt | ||
) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 53 of file newmat5.cpp.
MatrixType NEWMAT::SymmetricMatrix::Type | ( | ) | const [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 386 of file newmat4.cpp.