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