$search
#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 |
| ShiftedMatrix | operator+ (Real f, const BaseMatrix &BM) |
Any type of matrix plus Real.
Definition at line 1579 of file newmat.h.
| ShiftedMatrix::ShiftedMatrix | ( | const BaseMatrix * | bmx, | |
| Real | fx | |||
| ) | [inline, protected] |
| GeneralMatrix * ShiftedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Implements BaseMatrix.
Reimplemented in NegShiftedMatrix, and ScaledMatrix.
Definition at line 108 of file newmat5.cpp.
| int ShiftedMatrix::search | ( | const BaseMatrix * | s | ) | const [protected, virtual] |
Implements BaseMatrix.
Definition at line 644 of file newmat4.cpp.
friend class BaseMatrix [friend] |
Reimplemented in NegShiftedMatrix, and ScaledMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from BaseMatrix.
Reimplemented in NegShiftedMatrix, and ScaledMatrix.
friend class GenericMatrix [friend] |
Reimplemented from BaseMatrix.
Reimplemented in NegShiftedMatrix, and ScaledMatrix.
| ShiftedMatrix operator+ | ( | Real | f, | |
| const BaseMatrix & | BM | |||
| ) | [friend] |
Definition at line 302 of file newmat6.cpp.
union { ... } [protected] |
| const BaseMatrix* ShiftedMatrix::bm |
Real ShiftedMatrix::f [protected] |