Matrix.Kronecker Product<T> Method
Returns the Kronecker product of two matrices.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Matrix<T> KroneckerProduct<T>(
Matrix<T> left,
Matrix<T> right
)
Parameters
Type Parameters
- T