|
MOOS 0.2375
|
#include <newmat.h>


Public Member Functions | |
| ~KPMatrix () | |
| MatrixBandWidth | BandWidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Protected Member Functions | |
| KPMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
| class | BaseMatrix |
| class | GeneralMatrix |
| class | GenericMatrix |
| KPMatrix & | KP (const BaseMatrix &, const BaseMatrix &) |
| NEWMAT::KPMatrix::KPMatrix | ( | const BaseMatrix * | bm1x, |
| const BaseMatrix * | bm2x | ||
| ) | [inline, protected] |
| MatrixBandWidth NEWMAT::KPMatrix::BandWidth | ( | ) | const [virtual] |
Reimplemented from NEWMAT::MultipliedMatrix.
Definition at line 424 of file newmat4.cpp.
| GeneralMatrix * NEWMAT::KPMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NEWMAT::MultipliedMatrix.
Definition at line 130 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NEWMAT::MultipliedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from NEWMAT::MultipliedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from NEWMAT::MultipliedMatrix.
| KPMatrix& KP | ( | const BaseMatrix & | bm1, |
| const BaseMatrix & | bm2 | ||
| ) | [friend] |
Definition at line 288 of file newmat6.cpp.
1.7.4