NEWMAT::IdentityMatrix Class Reference#include <newmat.h>
List of all members.
Detailed Description
Definition at line 1185 of file newmat.h.
Constructor & Destructor Documentation
NEWMAT::IdentityMatrix::IdentityMatrix |
( |
|
) |
[inline] |
NEWMAT::IdentityMatrix::~IdentityMatrix |
( |
|
) |
[inline] |
NEWMAT::IdentityMatrix::IdentityMatrix |
( |
const IdentityMatrix & |
gm |
) |
[inline] |
NEWMAT::IdentityMatrix::IdentityMatrix |
( |
const BaseMatrix & |
M |
) |
|
Member Function Documentation
GeneralMatrix * NEWMAT::IdentityMatrix::Image |
( |
|
) |
const [private, virtual] |
void NEWMAT::IdentityMatrix::operator= |
( |
const BaseMatrix & |
X |
) |
|
void NEWMAT::IdentityMatrix::operator= |
( |
const IdentityMatrix & |
m |
) |
[inline] |
void NEWMAT::IdentityMatrix::operator= |
( |
Real |
f |
) |
[inline] |
MatrixType NEWMAT::IdentityMatrix::Type |
( |
|
) |
const [virtual] |
LogAndSign NEWMAT::IdentityMatrix::LogDeterminant |
( |
|
) |
const [virtual] |
Real NEWMAT::IdentityMatrix::Trace |
( |
|
) |
const [virtual] |
Real NEWMAT::IdentityMatrix::SumSquare |
( |
|
) |
const [virtual] |
Real NEWMAT::IdentityMatrix::SumAbsoluteValue |
( |
|
) |
const [virtual] |
Real NEWMAT::IdentityMatrix::Sum |
( |
|
) |
const [inline, virtual] |
void NEWMAT::IdentityMatrix::GetRow |
( |
MatrixRowCol & |
mrc |
) |
[virtual] |
void NEWMAT::IdentityMatrix::GetCol |
( |
MatrixRowCol & |
mrc |
) |
[virtual] |
void NEWMAT::IdentityMatrix::GetCol |
( |
MatrixColX & |
mrc |
) |
[virtual] |
void NEWMAT::IdentityMatrix::NextRow |
( |
MatrixRowCol & |
mrc |
) |
[virtual] |
void NEWMAT::IdentityMatrix::NextCol |
( |
MatrixRowCol & |
mrc |
) |
[virtual] |
void NEWMAT::IdentityMatrix::NextCol |
( |
MatrixColX & |
mrc |
) |
[virtual] |
GeneralMatrix* NEWMAT::IdentityMatrix::MakeSolver |
( |
|
) |
[inline, virtual] |
void NEWMAT::IdentityMatrix::ReSize |
( |
int |
n |
) |
|
void NEWMAT::IdentityMatrix::ReSize |
( |
const GeneralMatrix & |
A |
) |
[virtual] |
The documentation for this class was generated from the following files:
|