MOOS 0.2375
|
#include <newmat.h>
Public Member Functions | |
~SPMatrix () | |
GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
MatrixBandWidth | BandWidth () const |
Protected Member Functions | |
SPMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
class | BaseMatrix |
class | GeneralMatrix |
class | GenericMatrix |
SPMatrix & | SP (const BaseMatrix &, const BaseMatrix &) |
NEWMAT::SPMatrix::SPMatrix | ( | const BaseMatrix * | bm1x, |
const BaseMatrix * | bm2x | ||
) | [inline, protected] |
MatrixBandWidth NEWMAT::SPMatrix::BandWidth | ( | ) | const [virtual] |
Reimplemented from NEWMAT::AddedMatrix.
Definition at line 421 of file newmat4.cpp.
GeneralMatrix * NEWMAT::SPMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from NEWMAT::AddedMatrix.
Definition at line 681 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from NEWMAT::AddedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from NEWMAT::AddedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from NEWMAT::AddedMatrix.
SPMatrix& SP | ( | const BaseMatrix & | bm1, |
const BaseMatrix & | bm2 | ||
) | [friend] |
Definition at line 280 of file newmat6.cpp.