Matrix.KroneckerProduct<T> Method

Returns the Kronecker product of two matrices.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Matrix<T> KroneckerProduct<T>(
	Matrix<T> left,
	Matrix<T> right
)

Parameters

left  Matrix<T>
right  Matrix<T>

Type Parameters

T

Return Value

Matrix<T>

See Also