$search
#include <newmat.h>

Public Member Functions | |
| ~TransposedMatrix () | |
| MatrixBandWidth | bandwidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Private Member Functions | |
| TransposedMatrix (const BaseMatrix *bmx) | |
Friends | |
| class | BaseMatrix |
Transposed matrix.
Definition at line 1647 of file newmat.h.
| TransposedMatrix::TransposedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, private] |
| MatrixBandWidth TransposedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 743 of file newmat4.cpp.
| GeneralMatrix * TransposedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 246 of file newmat5.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.