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