MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
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 |
NEWMAT::LowerBandMatrix::LowerBandMatrix | ( | int | n, |
int | lbw | ||
) | [inline] |
NEWMAT::LowerBandMatrix::LowerBandMatrix | ( | const BaseMatrix & | M | ) |
Definition at line 210 of file bandmat.cpp.
NEWMAT::LowerBandMatrix::LowerBandMatrix | ( | const LowerBandMatrix & | gm | ) | [inline] |
Real & NEWMAT::LowerBandMatrix::element | ( | int | m, |
int | n | ||
) |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 1059 of file newmat6.cpp.
Real NEWMAT::LowerBandMatrix::element | ( | int | m, |
int | n | ||
) | const |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 1068 of file newmat6.cpp.
LogAndSign NEWMAT::LowerBandMatrix::LogDeterminant | ( | ) | const [virtual] |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 403 of file bandmat.cpp.
GeneralMatrix* NEWMAT::LowerBandMatrix::MakeSolver | ( | ) | [inline, virtual] |
Reimplemented from NEWMAT::BandMatrix.
Real & NEWMAT::LowerBandMatrix::operator() | ( | int | m, |
int | n | ||
) |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 110 of file newmat6.cpp.
Real NEWMAT::LowerBandMatrix::operator() | ( | int | m, |
int | n | ||
) | const |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 222 of file newmat6.cpp.
void NEWMAT::LowerBandMatrix::operator= | ( | Real | f | ) | [inline] |
Reimplemented from NEWMAT::BandMatrix.
void NEWMAT::LowerBandMatrix::operator= | ( | const BaseMatrix & | X | ) |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 218 of file bandmat.cpp.
void NEWMAT::LowerBandMatrix::operator= | ( | const LowerBandMatrix & | m | ) | [inline] |
void NEWMAT::LowerBandMatrix::ReSize | ( | int | n, |
int | lb, | ||
int | ub | ||
) | [virtual] |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 91 of file bandmat.cpp.
void NEWMAT::LowerBandMatrix::ReSize | ( | int | n, |
int | lbw | ||
) | [inline] |
void NEWMAT::LowerBandMatrix::ReSize | ( | const GeneralMatrix & | A | ) | [inline, virtual] |
Reimplemented from NEWMAT::BandMatrix.
void NEWMAT::LowerBandMatrix::Solver | ( | MatrixColX & | mcout, |
const MatrixColX & | mcin | ||
) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 375 of file bandmat.cpp.
MatrixType NEWMAT::LowerBandMatrix::Type | ( | ) | const [virtual] |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 395 of file newmat4.cpp.