$search
#include <newmat.h>

Public Member Functions | |
| ~SPMatrix () | |
| MatrixBandWidth | bandwidth () const |
| GeneralMatrix * | Evaluate (MatrixType mt=MatrixTypeUnSp) |
Protected Member Functions | |
| SPMatrix (const BaseMatrix *bm1x, const BaseMatrix *bm2x) | |
Friends | |
| class | BaseMatrix |
| class | GeneralMatrix |
| class | GenericMatrix |
| SPMatrix | SP (const BaseMatrix &, const BaseMatrix &) |
Schur (elementwise) product of two matrices.
Definition at line 1474 of file newmat.h.
| SPMatrix::SPMatrix | ( | const BaseMatrix * | bm1x, | |
| const BaseMatrix * | bm2x | |||
| ) | [inline, protected] |
| MatrixBandWidth SPMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from AddedMatrix.
Definition at line 693 of file newmat4.cpp.
| GeneralMatrix * SPMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from AddedMatrix.
Definition at line 638 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from AddedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from AddedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from AddedMatrix.
| SPMatrix SP | ( | const BaseMatrix & | bm1, | |
| const BaseMatrix & | bm2 | |||
| ) | [friend] |
Definition at line 278 of file newmat6.cpp.