$search
#include <newmat.h>

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