$search
#include <newmat.h>

Public Member Functions | |
| ~MatedMatrix () | |
| MatrixBandWidth | bandwidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
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 1726 of file newmat.h.
| MatedMatrix::MatedMatrix | ( | const BaseMatrix * | bmx, | |
| int | nrx, | |||
| int | ncx | |||
| ) | [inline, private] |
| MatrixBandWidth MatedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 756 of file newmat4.cpp.
| GeneralMatrix * MatedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 279 of file newmat5.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.
int MatedMatrix::nc [private] |
int MatedMatrix::nr [private] |