$search
#include <newmat.h>

Public Member Functions | |
| ~NegShiftedMatrix () | |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
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 1598 of file newmat.h.
| NegShiftedMatrix::NegShiftedMatrix | ( | Real | fx, | |
| const BaseMatrix * | bmx | |||
| ) | [inline, protected] |
| GeneralMatrix * NegShiftedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from ShiftedMatrix.
Definition at line 136 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.
| NegShiftedMatrix operator- | ( | Real | f, | |
| const BaseMatrix & | bm | |||
| ) | [friend] |
Definition at line 305 of file newmat6.cpp.