You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > Kron Method > TMtx.Kron Method (TMtx, TMtx)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtx.Kron Method (TMtx, TMtx)

The Kronecker product between two matrices.

Pascal
function Kron(const SrcMtx1: TMtx; const SrcMtx2: TMtx): TMtx; overload;

Calculates the Kronecker product between SrcMtx1 and SrcMtx2 and stores the result in the calling matrix. The Rows, Cols and TMtxVec.ComplexComplexproperties of calling matrix are set automatically.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!