#include <newmat.h>
List of all members.
Detailed Description
Definition at line 1141 of file newmat.h.
Constructor & Destructor Documentation
NEWMAT::GenericMatrix::GenericMatrix |
( |
| ) |
[inline] |
NEWMAT::GenericMatrix::GenericMatrix |
( |
const BaseMatrix & |
bm | ) |
[inline] |
NEWMAT::GenericMatrix::GenericMatrix |
( |
const GenericMatrix & |
bm | ) |
[inline] |
NEWMAT::GenericMatrix::~GenericMatrix |
( |
| ) |
[inline] |
Member Function Documentation
void NEWMAT::GenericMatrix::CleanUp |
( |
| ) |
[inline, virtual] |
void NEWMAT::GenericMatrix::operator&= |
( |
const BaseMatrix & |
X | ) |
|
void NEWMAT::GenericMatrix::operator*= |
( |
Real |
r | ) |
|
void NEWMAT::GenericMatrix::operator*= |
( |
const BaseMatrix & |
X | ) |
|
void NEWMAT::GenericMatrix::operator+= |
( |
Real |
r | ) |
|
void NEWMAT::GenericMatrix::operator+= |
( |
const BaseMatrix & |
X | ) |
|
void NEWMAT::GenericMatrix::operator-= |
( |
Real |
r | ) |
[inline] |
void NEWMAT::GenericMatrix::operator-= |
( |
const BaseMatrix & |
X | ) |
|
void NEWMAT::GenericMatrix::operator/= |
( |
Real |
r | ) |
[inline] |
void NEWMAT::GenericMatrix::operator= |
( |
const GenericMatrix & |
bmx | ) |
|
void NEWMAT::GenericMatrix::operator= |
( |
const BaseMatrix & |
bmx | ) |
|
void NEWMAT::GenericMatrix::operator|= |
( |
const BaseMatrix & |
X | ) |
|
void NEWMAT::GenericMatrix::Release |
( |
| ) |
[inline] |
Friends And Related Function Documentation
The documentation for this class was generated from the following files:
- /home/toby/moos-ivp/MOOS-2375-Oct0611/Thirdparty/newmat/newmat.h
- /home/toby/moos-ivp/MOOS-2375-Oct0611/Thirdparty/newmat/newmat4.cpp
- /home/toby/moos-ivp/MOOS-2375-Oct0611/Thirdparty/newmat/newmat5.cpp
- /home/toby/moos-ivp/MOOS-2375-Oct0611/Thirdparty/newmat/newmat6.cpp