$search
#include <newmat.h>

Public Member Functions | |
| ScaledMatrix | operator* (Real t) const |
| ~InvertedMatrix () | |
| MatrixBandWidth | bandwidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
| SolvedMatrix | operator* (const BaseMatrix &) const |
Private Member Functions | |
| InvertedMatrix (const BaseMatrix *bmx) | |
Friends | |
| class | BaseMatrix |
Inverse of matrix.
Definition at line 1672 of file newmat.h.
| InvertedMatrix::InvertedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, private] |
| MatrixBandWidth InvertedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 746 of file newmat4.cpp.
| GeneralMatrix * InvertedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 484 of file newmat7.cpp.
| ScaledMatrix InvertedMatrix::operator* | ( | Real | t | ) | const [inline] |
Reimplemented from BaseMatrix.
| SolvedMatrix InvertedMatrix::operator* | ( | const BaseMatrix & | bmx | ) | const |
Reimplemented from BaseMatrix.
Definition at line 293 of file newmat6.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.