#include <Temporary.h>
Public Member Functions | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
ShiftedMatrix () | |
~ShiftedMatrix () | |
Protected Member Functions | |
int | search (const BaseMatrix *) const |
ShiftedMatrix (const BaseMatrix *bmx, Real fx) | |
Protected Attributes | |
union { | |
const BaseMatrix * bm | |
GeneralMatrix * gm | |
}; | |
Real | f |
Friends | |
class | BaseMatrix |
class | GeneralMatrix |
class | GenericMatrix |
ShiftedMatrix | operator+ (Real f, const BaseMatrix &BM) |
Any type of matrix plus Real.
Definition at line 164 of file Temporary.h.
ShiftedMatrix::ShiftedMatrix | ( | const BaseMatrix * | bmx, |
Real | fx | ||
) | [inline, protected] |
Definition at line 169 of file Temporary.h.
ShiftedMatrix::ShiftedMatrix | ( | ) | [inline] |
Definition at line 175 of file Temporary.h.
ShiftedMatrix::~ShiftedMatrix | ( | ) | [inline] |
Definition at line 176 of file Temporary.h.
GeneralMatrix * ShiftedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Implements BaseMatrix.
Reimplemented in ScaledMatrix, and NegShiftedMatrix.
Definition at line 2156 of file NewMatExhaustive.cpp.
int ShiftedMatrix::search | ( | const BaseMatrix * | s | ) | const [protected, virtual] |
Implements BaseMatrix.
Definition at line 1312 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented in ScaledMatrix, and NegShiftedMatrix.
Definition at line 171 of file Temporary.h.
friend class GeneralMatrix [friend] |
Reimplemented from BaseMatrix.
Reimplemented in ScaledMatrix, and NegShiftedMatrix.
Definition at line 172 of file Temporary.h.
friend class GenericMatrix [friend] |
Reimplemented from BaseMatrix.
Reimplemented in ScaledMatrix, and NegShiftedMatrix.
Definition at line 173 of file Temporary.h.
ShiftedMatrix operator+ | ( | Real | f, |
const BaseMatrix & | BM | ||
) | [friend] |
Definition at line 2896 of file NewMatExhaustive.cpp.
union { ... } [protected] |
const BaseMatrix* ShiftedMatrix::bm |
Definition at line 167 of file Temporary.h.
Real ShiftedMatrix::f [protected] |
Definition at line 168 of file Temporary.h.
Definition at line 167 of file Temporary.h.