|
MOOS 0.2375
|
#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 &) |
| NEWMAT::NegShiftedMatrix::NegShiftedMatrix | ( | Real | fx, |
| const BaseMatrix * | bmx | ||
| ) | [inline, protected] |
| GeneralMatrix * NEWMAT::NegShiftedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NEWMAT::ShiftedMatrix.
Definition at line 132 of file newmat5.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NEWMAT::ShiftedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from NEWMAT::ShiftedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from NEWMAT::ShiftedMatrix.
| NegShiftedMatrix& operator- | ( | Real | f, |
| const BaseMatrix & | bm1 | ||
| ) | [friend] |
Definition at line 347 of file newmat6.cpp.
1.7.4