MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
CroutMatrix (const BaseMatrix &) | |
MatrixType | Type () const |
void | lubksb (Real *, int=0) |
~CroutMatrix () | |
GeneralMatrix * | MakeSolver () |
LogAndSign | LogDeterminant () const |
void | Solver (MatrixColX &, const MatrixColX &) |
void | GetRow (MatrixRowCol &) |
void | GetCol (MatrixRowCol &) |
void | GetCol (MatrixColX &c) |
void | operator= (const BaseMatrix &) |
void | operator= (const CroutMatrix &m) |
void | CleanUp () |
bool | IsEqual (const GeneralMatrix &) const |
bool | IsSingular () const |
NEWMAT::CroutMatrix::CroutMatrix | ( | const BaseMatrix & | m | ) |
Definition at line 141 of file newmat4.cpp.
NEWMAT::CroutMatrix::~CroutMatrix | ( | ) |
Definition at line 155 of file newmat4.cpp.
void NEWMAT::CroutMatrix::CleanUp | ( | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 835 of file newmat4.cpp.
void NEWMAT::CroutMatrix::GetCol | ( | MatrixRowCol & | ) | [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 286 of file newmatex.cpp.
void NEWMAT::CroutMatrix::GetCol | ( | MatrixColX & | c | ) | [inline, virtual] |
Implements NEWMAT::GeneralMatrix.
void NEWMAT::CroutMatrix::GetRow | ( | MatrixRowCol & | ) | [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 284 of file newmatex.cpp.
bool NEWMAT::CroutMatrix::IsEqual | ( | const GeneralMatrix & | A | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 1011 of file newmat7.cpp.
LogAndSign NEWMAT::CroutMatrix::LogDeterminant | ( | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 694 of file newmat8.cpp.
void NEWMAT::CroutMatrix::lubksb | ( | Real * | B, |
int | mini = 0 |
||
) |
Definition at line 97 of file newmat8.cpp.
GeneralMatrix* NEWMAT::CroutMatrix::MakeSolver | ( | ) | [inline, virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
void NEWMAT::CroutMatrix::operator= | ( | const BaseMatrix & | ) |
Definition at line 288 of file newmatex.cpp.
void NEWMAT::CroutMatrix::operator= | ( | const CroutMatrix & | m | ) | [inline] |
void NEWMAT::CroutMatrix::Solver | ( | MatrixColX & | mcout, |
const MatrixColX & | mcin | ||
) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 38 of file newmat7.cpp.
MatrixType NEWMAT::CroutMatrix::Type | ( | ) | const [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 392 of file newmat4.cpp.