MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
~InvertedMatrix () | |
SolvedMatrix & | operator* (const BaseMatrix &) |
ScaledMatrix & | operator* (Real t) const |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
MatrixBandWidth | BandWidth () const |
Friends | |
class | BaseMatrix |
MatrixBandWidth NEWMAT::InvertedMatrix::BandWidth | ( | ) | const [virtual] |
Reimplemented from NEWMAT::NegatedMatrix.
Definition at line 474 of file newmat4.cpp.
GeneralMatrix * NEWMAT::InvertedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NEWMAT::NegatedMatrix.
Definition at line 491 of file newmat7.cpp.
SolvedMatrix & NEWMAT::InvertedMatrix::operator* | ( | const BaseMatrix & | bmx | ) |
Definition at line 321 of file newmat6.cpp.
ScaledMatrix& NEWMAT::InvertedMatrix::operator* | ( | Real | t | ) | const [inline] |
Reimplemented from NEWMAT::BaseMatrix.
friend class BaseMatrix [friend] |
Reimplemented from NEWMAT::NegatedMatrix.