$search
#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 &) |
Kronecker product of two matrices.
Definition at line 1495 of file newmat.h.
| KPMatrix::KPMatrix | ( | const BaseMatrix * | bm1x, | |
| const BaseMatrix * | bm2x | |||
| ) | [inline, protected] |
| MatrixBandWidth KPMatrix::bandwidth | ( | ) | const [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 696 of file newmat4.cpp.
| GeneralMatrix * KPMatrix::Evaluate | ( | MatrixType | mt = MatrixTypeUnSp |
) | [virtual] |
Reimplemented from MultipliedMatrix.
Definition at line 121 of file newmat7.cpp.
friend class BaseMatrix [friend] |
Reimplemented from MultipliedMatrix.
friend class GeneralMatrix [friend] |
Reimplemented from MultipliedMatrix.
friend class GenericMatrix [friend] |
Reimplemented from MultipliedMatrix.
| KPMatrix KP | ( | const BaseMatrix & | bm1, | |
| const BaseMatrix & | bm2 | |||
| ) | [friend] |
Definition at line 281 of file newmat6.cpp.