#include <Temporary.h>
Public Member Functions | |
MatrixBandWidth | bandwidth () const |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
MatedMatrix () | |
~MatedMatrix () | |
Private Member Functions | |
MatedMatrix (const BaseMatrix *bmx, int nrx, int ncx) | |
Private Attributes | |
int | nc |
int | nr |
Friends | |
class | BaseMatrix |
Any type of matrix interpreted as a (rectangular) Matrix.
Definition at line 321 of file Temporary.h.
MatedMatrix::MatedMatrix | ( | const BaseMatrix * | bmx, |
int | nrx, | ||
int | ncx | ||
) | [inline, private] |
Definition at line 324 of file Temporary.h.
MatedMatrix::MatedMatrix | ( | ) | [inline] |
Definition at line 328 of file Temporary.h.
MatedMatrix::~MatedMatrix | ( | ) | [inline] |
Definition at line 329 of file Temporary.h.
MatrixBandWidth MatedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 1424 of file NewMatExhaustive.cpp.
GeneralMatrix * MatedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 2327 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.
Definition at line 326 of file Temporary.h.
int MatedMatrix::nc [private] |
Definition at line 323 of file Temporary.h.
int MatedMatrix::nr [private] |
Definition at line 323 of file Temporary.h.