NEWMAT::SquareMatrix Class Reference#include <newmat.h>
Inheritance diagram for NEWMAT::SquareMatrix:
[legend]List of all members.
Constructor & Destructor Documentation
NEWMAT::SquareMatrix::SquareMatrix |
( |
|
) |
[inline] |
|
NEWMAT::SquareMatrix::SquareMatrix |
( |
const BaseMatrix & |
|
) |
|
|
NEWMAT::SquareMatrix::SquareMatrix |
( |
const SquareMatrix & |
gm |
) |
[inline] |
|
NEWMAT::SquareMatrix::SquareMatrix |
( |
const Matrix & |
gm |
) |
|
|
Member Function Documentation
GeneralMatrix * NEWMAT::SquareMatrix::Image |
( |
|
) |
const [private, virtual] |
|
void NEWMAT::SquareMatrix::operator+= |
( |
Real |
f |
) |
[inline] |
|
void NEWMAT::SquareMatrix::operator+= |
( |
const Matrix & |
M |
) |
[inline] |
|
void NEWMAT::SquareMatrix::operator-= |
( |
Real |
f |
) |
[inline] |
|
void NEWMAT::SquareMatrix::operator-= |
( |
const Matrix & |
M |
) |
[inline] |
|
void NEWMAT::SquareMatrix::operator= |
( |
const Matrix & |
m |
) |
|
|
void NEWMAT::SquareMatrix::operator= |
( |
const SquareMatrix & |
m |
) |
[inline] |
|
void NEWMAT::SquareMatrix::operator= |
( |
Real |
f |
) |
[inline] |
|
void NEWMAT::SquareMatrix::operator= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::SquareMatrix::ReSize |
( |
const GeneralMatrix & |
A |
) |
[virtual] |
|
void NEWMAT::SquareMatrix::ReSize |
( |
int |
, |
|
|
int |
|
|
) |
[virtual] |
|
void NEWMAT::SquareMatrix::ReSize |
( |
int |
|
) |
|
|
void NEWMAT::SquareMatrix::swap |
( |
SquareMatrix & |
gm |
) |
[inline] |
|
MatrixType NEWMAT::SquareMatrix::Type |
( |
|
) |
const [virtual] |
|
The documentation for this class was generated from the following files:
|