#include <Temporary.h>
Public Member Functions | |
MatrixBandWidth | bandwidth () const |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
ScaledMatrix () | |
~ScaledMatrix () | |
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 201 of file Temporary.h.
ScaledMatrix::ScaledMatrix | ( | const BaseMatrix * | bmx, |
Real | fx | ||
) | [inline, private] |
Definition at line 203 of file Temporary.h.
ScaledMatrix::ScaledMatrix | ( | ) | [inline] |
Definition at line 208 of file Temporary.h.
ScaledMatrix::~ScaledMatrix | ( | ) | [inline] |
Definition at line 209 of file Temporary.h.
MatrixBandWidth ScaledMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from BaseMatrix.
Definition at line 1405 of file NewMatExhaustive.cpp.
GeneralMatrix * ScaledMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from ShiftedMatrix.
Definition at line 2212 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from ShiftedMatrix.
Definition at line 204 of file Temporary.h.
friend class GeneralMatrix [friend] |
Reimplemented from ShiftedMatrix.
Definition at line 205 of file Temporary.h.
friend class GenericMatrix [friend] |
Reimplemented from ShiftedMatrix.
Definition at line 206 of file Temporary.h.
ScaledMatrix operator* | ( | Real | f, |
const BaseMatrix & | BM | ||
) | [friend] |
Definition at line 2908 of file NewMatExhaustive.cpp.