#include <Temporary.h>
Public Member Functions | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
NegShiftedMatrix () | |
~NegShiftedMatrix () | |
Protected Member Functions | |
NegShiftedMatrix (Real fx, const BaseMatrix *bmx) | |
Friends | |
class | BaseMatrix |
class | GeneralMatrix |
class | GenericMatrix |
NegShiftedMatrix | operator- (Real, const BaseMatrix &) |
Real minus matrix.
Definition at line 184 of file Temporary.h.
NegShiftedMatrix::NegShiftedMatrix | ( | Real | fx, |
const BaseMatrix * | bmx | ||
) | [inline, protected] |
Definition at line 187 of file Temporary.h.
NegShiftedMatrix::NegShiftedMatrix | ( | ) | [inline] |
Definition at line 192 of file Temporary.h.
NegShiftedMatrix::~NegShiftedMatrix | ( | ) | [inline] |
Definition at line 193 of file Temporary.h.
GeneralMatrix * NegShiftedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from ShiftedMatrix.
Definition at line 2184 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from ShiftedMatrix.
Definition at line 188 of file Temporary.h.
friend class GeneralMatrix [friend] |
Reimplemented from ShiftedMatrix.
Definition at line 189 of file Temporary.h.
friend class GenericMatrix [friend] |
Reimplemented from ShiftedMatrix.
Definition at line 190 of file Temporary.h.
NegShiftedMatrix operator- | ( | Real | f, |
const BaseMatrix & | bm | ||
) | [friend] |
Definition at line 2899 of file NewMatExhaustive.cpp.