Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtx *Kron(TVec *Vec1, TVec *Vec2) const; | The Kronecker product between two vectors. |
| 2 | TMtx *Kron(TMtx *Mtx1, TMtx *Mtx2) const; |
Overload 1: TMtx *Kron(TVec *Vec1, TVec *Vec2) const;
The Kronecker product between two vectors.
Remarks:
Calculates the Kronecker product between Vec1 and Vec2 and stores the result in the calling matrix. The Matrix::Rows, Matrix::Cols and Matrix::Complex properties of calling matrix are set automatically.
See Also: Vector::Kron
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler