#include <Temporary.h>
Public Member Functions | |
MatrixBandWidth | bandwidth () const |
ColedMatrix () | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
~ColedMatrix () | |
Private Member Functions | |
ColedMatrix (const BaseMatrix *bmx) | |
Friends | |
class | BaseMatrix |
Any type of matrix interpreted as a ColumnVector.
Definition at line 293 of file Temporary.h.
ColedMatrix::ColedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, private] |
Definition at line 295 of file Temporary.h.
ColedMatrix::ColedMatrix | ( | ) | [inline] |
Definition at line 298 of file Temporary.h.
ColedMatrix::~ColedMatrix | ( | ) | [inline] |
Definition at line 299 of file Temporary.h.
MatrixBandWidth ColedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 1422 of file NewMatExhaustive.cpp.
GeneralMatrix * ColedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 2311 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.
Definition at line 296 of file Temporary.h.