$search
#include <newmat.h>

Public Member Functions | |
| ~ColedMatrix () | |
| MatrixBandWidth | bandwidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Private Member Functions | |
| ColedMatrix (const BaseMatrix *bmx) | |
Friends | |
| class | BaseMatrix |
Any type of matrix interpreted as a ColumnVector.
Definition at line 1700 of file newmat.h.
| ColedMatrix::ColedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, private] |
| MatrixBandWidth ColedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 754 of file newmat4.cpp.
| GeneralMatrix * ColedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 263 of file newmat5.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.