#include <Temporary.h>
Public Member Functions | |
MatrixBandWidth | bandwidth () const |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
TransposedMatrix () | |
~TransposedMatrix () | |
Private Member Functions | |
TransposedMatrix (const BaseMatrix *bmx) | |
Friends | |
class | BaseMatrix |
Transposed matrix.
Definition at line 236 of file Temporary.h.
TransposedMatrix::TransposedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, private] |
Definition at line 238 of file Temporary.h.
TransposedMatrix::TransposedMatrix | ( | ) | [inline] |
Definition at line 241 of file Temporary.h.
TransposedMatrix::~TransposedMatrix | ( | ) | [inline] |
Definition at line 242 of file Temporary.h.
MatrixBandWidth TransposedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 1411 of file NewMatExhaustive.cpp.
GeneralMatrix * TransposedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 2294 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.
Definition at line 239 of file Temporary.h.