$search
#include <newmat.h>

Public Member Functions | |
| ~NegatedMatrix () | |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Protected Member Functions | |
| NegatedMatrix (const BaseMatrix *bmx) | |
Protected Attributes | |
| union { | |
| const BaseMatrix * bm | |
| GeneralMatrix * gm | |
| }; | |
Friends | |
| class | BaseMatrix |
|
| |
| int | search (const BaseMatrix *) const |
| MatrixBandWidth | bandwidth () const |
Any type of matrix times -1.
Definition at line 1630 of file newmat.h.
| NegatedMatrix::NegatedMatrix | ( | const BaseMatrix * | bmx | ) | [inline, protected] |
| MatrixBandWidth NegatedMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from BaseMatrix.
Reimplemented in TransposedMatrix, InvertedMatrix, RowedMatrix, ColedMatrix, DiagedMatrix, MatedMatrix, and GetSubMatrix.
Definition at line 740 of file newmat4.cpp.
| GeneralMatrix * NegatedMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Implements BaseMatrix.
Reimplemented in TransposedMatrix, ReversedMatrix, InvertedMatrix, RowedMatrix, ColedMatrix, DiagedMatrix, MatedMatrix, and GetSubMatrix.
Definition at line 194 of file newmat5.cpp.
| int NegatedMatrix::search | ( | const BaseMatrix * | s | ) | const [protected, virtual] |
Implements BaseMatrix.
Definition at line 647 of file newmat4.cpp.
friend class BaseMatrix [friend] |
Reimplemented in TransposedMatrix, ReversedMatrix, InvertedMatrix, RowedMatrix, ColedMatrix, DiagedMatrix, MatedMatrix, and GetSubMatrix.
union { ... } [protected] |
| const BaseMatrix* NegatedMatrix::bm |