#include <Temporary.h>
Public Member Functions | |
MatrixBandWidth | bandwidth () const |
InvertedMatrix () | |
SolvedMatrix | operator* (const BaseMatrix &) const |
ScaledMatrix | operator* (Real t) const |
~InvertedMatrix () | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Private Member Functions | |
InvertedMatrix (const BaseMatrix *bmx) | |
Friends | |
class | BaseMatrix |
Inverse of matrix.
Definition at line 263 of file Temporary.h.
InvertedMatrix::InvertedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, private] |
Definition at line 265 of file Temporary.h.
InvertedMatrix::InvertedMatrix | ( | ) | [inline] |
Definition at line 267 of file Temporary.h.
InvertedMatrix::~InvertedMatrix | ( | ) | [inline] |
Definition at line 268 of file Temporary.h.
MatrixBandWidth InvertedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 1414 of file NewMatExhaustive.cpp.
GeneralMatrix * InvertedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 5074 of file NewMatExhaustive.cpp.
SolvedMatrix InvertedMatrix::operator* | ( | const BaseMatrix & | bmx | ) | const |
Reimplemented from BaseMatrix.
Definition at line 2887 of file NewMatExhaustive.cpp.
ScaledMatrix InvertedMatrix::operator* | ( | Real | t | ) | const [inline] |
Reimplemented from BaseMatrix.
Definition at line 270 of file Temporary.h.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.
Definition at line 271 of file Temporary.h.