MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
~GetSubMatrix () | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
void | operator= (const BaseMatrix &) |
void | operator+= (const BaseMatrix &) |
void | operator-= (const BaseMatrix &) |
void | operator= (const GetSubMatrix &m) |
void | operator<< (const BaseMatrix &) |
void | operator<< (const Real *) |
MatrixInput | operator<< (Real) |
MatrixInput | operator<< (int f) |
void | operator= (Real) |
void | operator+= (Real) |
void | operator-= (Real r) |
void | operator*= (Real) |
void | operator/= (Real r) |
void | Inject (const GeneralMatrix &) |
MatrixBandWidth | BandWidth () const |
Friends | |
class | BaseMatrix |
MatrixBandWidth NEWMAT::GetSubMatrix::BandWidth | ( | ) | const [virtual] |
Reimplemented from NEWMAT::NegatedMatrix.
Definition at line 488 of file newmat4.cpp.
GeneralMatrix * NEWMAT::GetSubMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NEWMAT::NegatedMatrix.
Definition at line 341 of file newmat5.cpp.
void NEWMAT::GetSubMatrix::Inject | ( | const GeneralMatrix & | gmx | ) |
Definition at line 272 of file submat.cpp.
void NEWMAT::GetSubMatrix::operator*= | ( | Real | r | ) |
Definition at line 396 of file submat.cpp.
void NEWMAT::GetSubMatrix::operator+= | ( | Real | r | ) |
Definition at line 365 of file submat.cpp.
void NEWMAT::GetSubMatrix::operator+= | ( | const BaseMatrix & | bmx | ) |
Definition at line 293 of file submat.cpp.
void NEWMAT::GetSubMatrix::operator-= | ( | const BaseMatrix & | bmx | ) |
Definition at line 329 of file submat.cpp.
MatrixInput NEWMAT::GetSubMatrix::operator<< | ( | Real | f | ) |
Definition at line 486 of file newmat5.cpp.
MatrixInput NEWMAT::GetSubMatrix::operator<< | ( | int | f | ) | [inline] |
void NEWMAT::GetSubMatrix::operator<< | ( | const Real * | r | ) |
Definition at line 234 of file submat.cpp.
void NEWMAT::GetSubMatrix::operator<< | ( | const BaseMatrix & | bmx | ) |
Definition at line 159 of file submat.cpp.
void NEWMAT::GetSubMatrix::operator= | ( | const BaseMatrix & | bmx | ) |
Definition at line 193 of file submat.cpp.
void NEWMAT::GetSubMatrix::operator= | ( | Real | r | ) |
Definition at line 254 of file submat.cpp.
void NEWMAT::GetSubMatrix::operator= | ( | const GetSubMatrix & | m | ) | [inline] |
friend class BaseMatrix [friend] |
Reimplemented from NEWMAT::NegatedMatrix.