NEWMAT::BandLUMatrix Class Reference#include <newmat.h>
Inheritance diagram for NEWMAT::BandLUMatrix:
[legend]List of all members.
Detailed Description
Definition at line 1153 of file newmat.h.
Constructor & Destructor Documentation
| NEWMAT::BandLUMatrix::BandLUMatrix |
( |
const BaseMatrix & |
|
) |
|
|
| NEWMAT::BandLUMatrix::~BandLUMatrix |
( |
|
) |
|
|
Member Function Documentation
| void NEWMAT::BandLUMatrix::CleanUp |
( |
|
) |
[virtual] |
|
| void NEWMAT::BandLUMatrix::GetCol |
( |
MatrixColX & |
c |
) |
[inline, virtual] |
|
| void NEWMAT::BandLUMatrix::GetCol |
( |
MatrixRowCol & |
|
) |
[virtual] |
|
| void NEWMAT::BandLUMatrix::GetRow |
( |
MatrixRowCol & |
|
) |
[virtual] |
|
| bool NEWMAT::BandLUMatrix::IsSingular |
( |
|
) |
const [inline] |
|
| LogAndSign NEWMAT::BandLUMatrix::LogDeterminant |
( |
|
) |
const [virtual] |
|
| void NEWMAT::BandLUMatrix::lubksb |
( |
Real * |
, |
|
|
int |
= 0 |
|
) |
|
|
| void NEWMAT::BandLUMatrix::ludcmp |
( |
|
) |
[private] |
|
| GeneralMatrix* NEWMAT::BandLUMatrix::MakeSolver |
( |
|
) |
[inline, virtual] |
|
| void NEWMAT::BandLUMatrix::MiniCleanUp |
( |
|
) |
[virtual] |
|
| void NEWMAT::BandLUMatrix::operator= |
( |
const BandLUMatrix & |
|
) |
[inline, private] |
|
| MatrixType NEWMAT::BandLUMatrix::Type |
( |
|
) |
const [virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|