#include <Temporary.h>
Public Member Functions | |
MatrixBandWidth | bandwidth () const |
KPMatrix () | |
~KPMatrix () | |
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 &) |
Kronecker product of two matrices.
Definition at line 75 of file Temporary.h.
KPMatrix::KPMatrix | ( | const BaseMatrix * | bm1x, |
const BaseMatrix * | bm2x | ||
) | [inline, protected] |
Definition at line 78 of file Temporary.h.
KPMatrix::KPMatrix | ( | ) | [inline] |
Definition at line 85 of file Temporary.h.
KPMatrix::~KPMatrix | ( | ) | [inline] |
Definition at line 86 of file Temporary.h.
MatrixBandWidth KPMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 1364 of file NewMatExhaustive.cpp.
GeneralMatrix * KPMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp | ) | [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 4711 of file NewMatExhaustive.cpp.
friend class BaseMatrix [friend] |
Reimplemented from MultipliedMatrix.
Definition at line 81 of file Temporary.h.
friend class GeneralMatrix [friend] |
Reimplemented from MultipliedMatrix.
Definition at line 82 of file Temporary.h.
friend class GenericMatrix [friend] |
Reimplemented from MultipliedMatrix.
Definition at line 83 of file Temporary.h.
KPMatrix KP | ( | const BaseMatrix & | bm1, |
const BaseMatrix & | bm2 | ||
) | [friend] |
Definition at line 2875 of file NewMatExhaustive.cpp.