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