|
MOOS 0.2375
|
#include <newmat.h>


Public Member Functions | |
| ~NegatedMatrix () | |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
| MatrixBandWidth | BandWidth () const |
Protected Member Functions | |
| NegatedMatrix (const BaseMatrix *bmx) | |
| int | search (const BaseMatrix *) const |
Protected Attributes | |
| union { | |
| const BaseMatrix * bm | |
| GeneralMatrix * gm | |
| }; | |
Friends | |
| class | BaseMatrix |
| NEWMAT::NegatedMatrix::NegatedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, protected] |
| MatrixBandWidth NEWMAT::NegatedMatrix::BandWidth | ( | ) | const [virtual] |
Reimplemented from NEWMAT::BaseMatrix.
Reimplemented in NEWMAT::TransposedMatrix, NEWMAT::InvertedMatrix, NEWMAT::RowedMatrix, NEWMAT::ColedMatrix, NEWMAT::DiagedMatrix, NEWMAT::MatedMatrix, and NEWMAT::GetSubMatrix.
Definition at line 468 of file newmat4.cpp.
| GeneralMatrix * NEWMAT::NegatedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Implements NEWMAT::BaseMatrix.
Reimplemented in NEWMAT::TransposedMatrix, NEWMAT::ReversedMatrix, NEWMAT::InvertedMatrix, NEWMAT::RowedMatrix, NEWMAT::ColedMatrix, NEWMAT::DiagedMatrix, NEWMAT::MatedMatrix, and NEWMAT::GetSubMatrix.
Definition at line 210 of file newmat5.cpp.
| int NEWMAT::NegatedMatrix::search | ( | const BaseMatrix * | s | ) | const [protected, virtual] |
Implements NEWMAT::BaseMatrix.
Definition at line 379 of file newmat4.cpp.
friend class BaseMatrix [friend] |
union { ... } [protected] |
1.7.4