#include <Temporary.h>
Public Member Functions | |
MatrixBandWidth | bandwidth () const |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
RowedMatrix () | |
~RowedMatrix () | |
Private Member Functions | |
RowedMatrix (const BaseMatrix *bmx) | |
Friends | |
class | BaseMatrix |
Any type of matrix interpreted as a RowVector.
Definition at line 279 of file Temporary.h.
RowedMatrix::RowedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, private] |
Definition at line 281 of file Temporary.h.
RowedMatrix::RowedMatrix | ( | ) | [inline] |
Definition at line 284 of file Temporary.h.
RowedMatrix::~RowedMatrix | ( | ) | [inline] |
Definition at line 285 of file Temporary.h.
MatrixBandWidth RowedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 1421 of file NewMatExhaustive.cpp.
GeneralMatrix * RowedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 2303 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.
Definition at line 282 of file Temporary.h.