NEWMAT::LowerBandMatrix Class Reference#include <newmat.h>
Inheritance diagram for NEWMAT::LowerBandMatrix:
[legend]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 & |
|
) |
|
|
NEWMAT::LowerBandMatrix::LowerBandMatrix |
( |
const LowerBandMatrix & |
gm |
) |
[inline] |
|
Member Function Documentation
Real NEWMAT::LowerBandMatrix::element |
( |
int |
, |
|
|
int |
|
|
) |
const |
|
Real & NEWMAT::LowerBandMatrix::element |
( |
int |
, |
|
|
int |
|
|
) |
|
|
GeneralMatrix * NEWMAT::LowerBandMatrix::Image |
( |
|
) |
const [private, virtual] |
|
LogAndSign NEWMAT::LowerBandMatrix::LogDeterminant |
( |
|
) |
const [virtual] |
|
GeneralMatrix* NEWMAT::LowerBandMatrix::MakeSolver |
( |
|
) |
[inline, virtual] |
|
Real NEWMAT::LowerBandMatrix::operator() |
( |
int |
, |
|
|
int |
|
|
) |
const |
|
Real & NEWMAT::LowerBandMatrix::operator() |
( |
int |
, |
|
|
int |
|
|
) |
|
|
void NEWMAT::LowerBandMatrix::operator= |
( |
const LowerBandMatrix & |
m |
) |
[inline] |
|
void NEWMAT::LowerBandMatrix::operator= |
( |
Real |
f |
) |
[inline] |
|
void NEWMAT::LowerBandMatrix::operator= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::LowerBandMatrix::ReSize |
( |
const GeneralMatrix & |
A |
) |
[inline, virtual] |
|
void NEWMAT::LowerBandMatrix::ReSize |
( |
int |
n, |
|
|
int |
lbw |
|
) |
[inline] |
|
void NEWMAT::LowerBandMatrix::ReSize |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
[virtual] |
|
MatrixType NEWMAT::LowerBandMatrix::Type |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|