$search
#include <newmat.h>
Public Member Functions | |
~ScaledMatrix () | |
MatrixBandWidth | bandwidth () const |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Private Member Functions | |
ScaledMatrix (const BaseMatrix *bmx, Real fx) | |
Friends | |
class | BaseMatrix |
class | GeneralMatrix |
class | GenericMatrix |
ScaledMatrix | operator* (Real f, const BaseMatrix &BM) |
Any type of matrix times Real.
Definition at line 1614 of file newmat.h.
ScaledMatrix::ScaledMatrix | ( | const BaseMatrix * | bmx, | |
Real | fx | |||
) | [inline, private] |
MatrixBandWidth ScaledMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from BaseMatrix.
Definition at line 737 of file newmat4.cpp.
GeneralMatrix * ScaledMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from ShiftedMatrix.
Definition at line 164 of file newmat5.cpp.
friend class BaseMatrix [friend] |
Reimplemented from ShiftedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from ShiftedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from ShiftedMatrix.
ScaledMatrix operator* | ( | Real | f, | |
const BaseMatrix & | BM | |||
) | [friend] |
Definition at line 314 of file newmat6.cpp.