|
MOOS 0.2375
|
#include <newmat.h>


Public Member Functions | |
| UpperBandMatrix () | |
| ~UpperBandMatrix () | |
| UpperBandMatrix (int n, int ubw) | |
| UpperBandMatrix (const BaseMatrix &) | |
| void | operator= (const BaseMatrix &) |
| void | operator= (Real f) |
| void | operator= (const UpperBandMatrix &m) |
| MatrixType | Type () const |
| UpperBandMatrix (const UpperBandMatrix &gm) | |
| GeneralMatrix * | MakeSolver () |
| void | Solver (MatrixColX &, const MatrixColX &) |
| LogAndSign | LogDeterminant () const |
| void | ReSize (int, int, int) |
| void | ReSize (int n, int ubw) |
| void | ReSize (const GeneralMatrix &A) |
| Real & | operator() (int, int) |
| Real | operator() (int, int) const |
| Real & | element (int, int) |
| Real | element (int, int) const |
| NEWMAT::UpperBandMatrix::UpperBandMatrix | ( | int | n, |
| int | ubw | ||
| ) | [inline] |
| NEWMAT::UpperBandMatrix::UpperBandMatrix | ( | const BaseMatrix & | M | ) |
Definition at line 195 of file bandmat.cpp.
| NEWMAT::UpperBandMatrix::UpperBandMatrix | ( | const UpperBandMatrix & | gm | ) | [inline] |
| Real & NEWMAT::UpperBandMatrix::element | ( | int | m, |
| int | n | ||
| ) |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 1041 of file newmat6.cpp.
| Real NEWMAT::UpperBandMatrix::element | ( | int | m, |
| int | n | ||
| ) | const |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 1050 of file newmat6.cpp.
| LogAndSign NEWMAT::UpperBandMatrix::LogDeterminant | ( | ) | const [virtual] |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 412 of file bandmat.cpp.
| GeneralMatrix* NEWMAT::UpperBandMatrix::MakeSolver | ( | ) | [inline, virtual] |
Reimplemented from NEWMAT::BandMatrix.
| Real & NEWMAT::UpperBandMatrix::operator() | ( | int | m, |
| int | n | ||
| ) |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 101 of file newmat6.cpp.
| Real NEWMAT::UpperBandMatrix::operator() | ( | int | m, |
| int | n | ||
| ) | const |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 213 of file newmat6.cpp.
| void NEWMAT::UpperBandMatrix::operator= | ( | Real | f | ) | [inline] |
Reimplemented from NEWMAT::BandMatrix.
| void NEWMAT::UpperBandMatrix::operator= | ( | const BaseMatrix & | X | ) |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 203 of file bandmat.cpp.
| void NEWMAT::UpperBandMatrix::operator= | ( | const UpperBandMatrix & | m | ) | [inline] |
| void NEWMAT::UpperBandMatrix::ReSize | ( | int | n, |
| int | lb, | ||
| int | ub | ||
| ) | [virtual] |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 80 of file bandmat.cpp.
| void NEWMAT::UpperBandMatrix::ReSize | ( | int | n, |
| int | ubw | ||
| ) | [inline] |
| void NEWMAT::UpperBandMatrix::ReSize | ( | const GeneralMatrix & | A | ) | [inline, virtual] |
Reimplemented from NEWMAT::BandMatrix.
| void NEWMAT::UpperBandMatrix::Solver | ( | MatrixColX & | mcout, |
| const MatrixColX & | mcin | ||
| ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 353 of file bandmat.cpp.
| MatrixType NEWMAT::UpperBandMatrix::Type | ( | ) | const [virtual] |
Reimplemented from NEWMAT::BandMatrix.
Definition at line 394 of file newmat4.cpp.
1.7.4