#include <Temporary.h>
Public Member Functions | |
MatrixBandWidth | bandwidth () const |
SolvedMatrix () | |
~SolvedMatrix () | |
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 132 of file Temporary.h.
SolvedMatrix::SolvedMatrix | ( | const BaseMatrix * | bm1x, |
const BaseMatrix * | bm2x | ||
) | [inline, private] |
Definition at line 134 of file Temporary.h.
SolvedMatrix::SolvedMatrix | ( | ) | [inline] |
Definition at line 139 of file Temporary.h.
SolvedMatrix::~SolvedMatrix | ( | ) | [inline] |
Definition at line 140 of file Temporary.h.
MatrixBandWidth SolvedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 1398 of file NewMatExhaustive.cpp.
GeneralMatrix * SolvedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 4703 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from MultipliedMatrix.
Definition at line 136 of file Temporary.h.
friend class InvertedMatrix [friend] |
Reimplemented from BaseMatrix.
Definition at line 137 of file Temporary.h.