$search
#include <newmat.h>
Public Member Functions | |
~DiagedMatrix () | |
MatrixBandWidth | bandwidth () const |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Private Member Functions | |
DiagedMatrix (const BaseMatrix *bmx) | |
Friends | |
class | BaseMatrix |
Any type of matrix interpreted as a DiagonalMatrix.
Definition at line 1713 of file newmat.h.
DiagedMatrix::DiagedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, private] |
MatrixBandWidth DiagedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 755 of file newmat4.cpp.
GeneralMatrix * DiagedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from NegatedMatrix.
Definition at line 271 of file newmat5.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NegatedMatrix.