$search
#include <newmat.h>

Public Member Functions | |
| ~SolvedMatrix () | |
| MatrixBandWidth | bandwidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Private Member Functions | |
| SolvedMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
| class | BaseMatrix |
| class | InvertedMatrix |
Inverted matrix times matrix.
Definition at line 1549 of file newmat.h.
| SolvedMatrix::SolvedMatrix | ( | const BaseMatrix * | bm1x, | |
| const BaseMatrix * | bm2x | |||
| ) | [inline, private] |
| MatrixBandWidth SolvedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 730 of file newmat4.cpp.
| GeneralMatrix * SolvedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 113 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from MultipliedMatrix.
friend class InvertedMatrix [friend] |
Reimplemented from BaseMatrix.