MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
~SolvedMatrix () | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
MatrixBandWidth | BandWidth () const |
Friends | |
class | BaseMatrix |
class | InvertedMatrix |
MatrixBandWidth NEWMAT::SolvedMatrix::BandWidth | ( | ) | const [virtual] |
Reimplemented from NEWMAT::MultipliedMatrix.
Definition at line 458 of file newmat4.cpp.
GeneralMatrix * NEWMAT::SolvedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NEWMAT::MultipliedMatrix.
Definition at line 115 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NEWMAT::MultipliedMatrix.
friend class InvertedMatrix [friend] |
Reimplemented from NEWMAT::BaseMatrix.