NEWMAT::GenericMatrix Class Reference#include <newmat.h>
Inheritance diagram for NEWMAT::GenericMatrix:
[legend]List of all members.
Constructor & Destructor Documentation
NEWMAT::GenericMatrix::GenericMatrix |
( |
|
) |
[inline] |
|
NEWMAT::GenericMatrix::GenericMatrix |
( |
const BaseMatrix & |
bm |
) |
[inline] |
|
NEWMAT::GenericMatrix::GenericMatrix |
( |
const GenericMatrix & |
bm |
) |
[inline] |
|
Member Function Documentation
void NEWMAT::GenericMatrix::CleanUp |
( |
|
) |
[inline, virtual] |
|
void NEWMAT::GenericMatrix::operator &= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::GenericMatrix::operator *= |
( |
Real |
|
) |
|
|
void NEWMAT::GenericMatrix::operator *= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::GenericMatrix::operator+= |
( |
Real |
|
) |
|
|
void NEWMAT::GenericMatrix::operator+= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::GenericMatrix::operator-= |
( |
Real |
r |
) |
[inline] |
|
void NEWMAT::GenericMatrix::operator-= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::GenericMatrix::operator/= |
( |
Real |
r |
) |
[inline] |
|
void NEWMAT::GenericMatrix::operator= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::GenericMatrix::operator|= |
( |
const BaseMatrix & |
|
) |
|
|
void NEWMAT::GenericMatrix::Release |
( |
|
) |
[inline] |
|
int NEWMAT::GenericMatrix::search |
( |
const BaseMatrix * |
bm |
) |
const [private, virtual] |
|
Friends And Related Function Documentation
Member Data Documentation
|
Definition at line 1230 of file newmat.h.
Referenced by BandWidth(), CleanUp(), Evaluate(), GenericMatrix(), operator &=(), operator *=(), operator+=(), operator-=(), operator=(), operator|=(), Release(), search(), swap(), and ~GenericMatrix(). |
The documentation for this class was generated from the following files:
|