NEWMAT::LowerBandMatrix Class Reference#include <newmat.h>
List of all members.
Detailed Description
Definition at line 1063 of file newmat.h.
Constructor & Destructor Documentation
NEWMAT::LowerBandMatrix::LowerBandMatrix |
( |
|
) |
[inline] |
NEWMAT::LowerBandMatrix::~LowerBandMatrix |
( |
|
) |
[inline] |
NEWMAT::LowerBandMatrix::LowerBandMatrix |
( |
int |
n, |
|
|
int |
lbw | |
|
) |
| | [inline] |
NEWMAT::LowerBandMatrix::LowerBandMatrix |
( |
const BaseMatrix & |
M |
) |
|
NEWMAT::LowerBandMatrix::LowerBandMatrix |
( |
const LowerBandMatrix & |
gm |
) |
[inline] |
Member Function Documentation
GeneralMatrix * NEWMAT::LowerBandMatrix::Image |
( |
|
) |
const [private, virtual] |
void NEWMAT::LowerBandMatrix::operator= |
( |
const BaseMatrix & |
X |
) |
|
void NEWMAT::LowerBandMatrix::operator= |
( |
Real |
f |
) |
[inline] |
void NEWMAT::LowerBandMatrix::operator= |
( |
const LowerBandMatrix & |
m |
) |
[inline] |
MatrixType NEWMAT::LowerBandMatrix::Type |
( |
|
) |
const [virtual] |
GeneralMatrix* NEWMAT::LowerBandMatrix::MakeSolver |
( |
|
) |
[inline, virtual] |
LogAndSign NEWMAT::LowerBandMatrix::LogDeterminant |
( |
|
) |
const [virtual] |
void NEWMAT::LowerBandMatrix::ReSize |
( |
int |
n, |
|
|
int |
lb, |
|
|
int |
ub | |
|
) |
| | [virtual] |
void NEWMAT::LowerBandMatrix::ReSize |
( |
int |
n, |
|
|
int |
lbw | |
|
) |
| | [inline] |
void NEWMAT::LowerBandMatrix::ReSize |
( |
const GeneralMatrix & |
A |
) |
[inline, virtual] |
Real & NEWMAT::LowerBandMatrix::operator() |
( |
int |
m, |
|
|
int |
n | |
|
) |
| | |
Real NEWMAT::LowerBandMatrix::operator() |
( |
int |
m, |
|
|
int |
n | |
|
) |
| | const |
Real & NEWMAT::LowerBandMatrix::element |
( |
int |
m, |
|
|
int |
n | |
|
) |
| | |
Real NEWMAT::LowerBandMatrix::element |
( |
int |
m, |
|
|
int |
n | |
|
) |
| | const |
The documentation for this class was generated from the following files:
|