#include <Temporary.h>

Public Member Functions | |
| MatrixBandWidth | bandwidth () const |
| SPMatrix () | |
| ~SPMatrix () | |
| 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 53 of file Temporary.h.
| SPMatrix::SPMatrix | ( | const BaseMatrix * | bm1x, |
| const BaseMatrix * | bm2x | ||
| ) | [inline, protected] |
Definition at line 56 of file Temporary.h.
| SPMatrix::SPMatrix | ( | ) | [inline] |
Definition at line 63 of file Temporary.h.
| SPMatrix::~SPMatrix | ( | ) | [inline] |
Definition at line 64 of file Temporary.h.
| MatrixBandWidth SPMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from AddedMatrix.
Definition at line 1361 of file NewMatExhaustive.cpp.
| GeneralMatrix * SPMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from AddedMatrix.
Definition at line 5228 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from AddedMatrix.
Definition at line 59 of file Temporary.h.
friend class GeneralMatrix [friend] |
Reimplemented from AddedMatrix.
Definition at line 60 of file Temporary.h.
friend class GenericMatrix [friend] |
Reimplemented from AddedMatrix.
Definition at line 61 of file Temporary.h.
| SPMatrix SP | ( | const BaseMatrix & | bm1, |
| const BaseMatrix & | bm2 | ||
| ) | [friend] |
Definition at line 2872 of file NewMatExhaustive.cpp.