MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
~ShiftedMatrix () | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Protected Member Functions | |
ShiftedMatrix (const BaseMatrix *bmx, Real fx) | |
int | search (const BaseMatrix *) const |
Protected Attributes | |
union { | |
const BaseMatrix * bm | |
GeneralMatrix * gm | |
}; | |
Real | f |
Friends | |
class | BaseMatrix |
class | GeneralMatrix |
class | GenericMatrix |
NEWMAT::ShiftedMatrix::ShiftedMatrix | ( | const BaseMatrix * | bmx, |
Real | fx | ||
) | [inline, protected] |
GeneralMatrix * NEWMAT::ShiftedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Implements NEWMAT::BaseMatrix.
Reimplemented in NEWMAT::NegShiftedMatrix, and NEWMAT::ScaledMatrix.
Definition at line 94 of file newmat5.cpp.
int NEWMAT::ShiftedMatrix::search | ( | const BaseMatrix * | s | ) | const [protected, virtual] |
Implements NEWMAT::BaseMatrix.
Definition at line 376 of file newmat4.cpp.
friend class BaseMatrix [friend] |
Reimplemented in NEWMAT::NegShiftedMatrix, and NEWMAT::ScaledMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from NEWMAT::BaseMatrix.
Reimplemented in NEWMAT::NegShiftedMatrix, and NEWMAT::ScaledMatrix.
friend class GenericMatrix [friend] |
Reimplemented from NEWMAT::BaseMatrix.
Reimplemented in NEWMAT::NegShiftedMatrix, and NEWMAT::ScaledMatrix.
union { ... } [protected] |
Real NEWMAT::ShiftedMatrix::f [protected] |