Class KroneckerProduct<E>
java.lang.Object
dk.jonaslindstrom.ruffini.common.matrices.algorithms.KroneckerProduct<E>
- All Implemented Interfaces:
java.util.function.BiFunction<Matrix<E>,
,Matrix<E>, Matrix<E>> java.util.function.BinaryOperator<Matrix<E>>
public class KroneckerProduct<E>
extends Object
implements java.util.function.BinaryOperator<Matrix<E>>
Compute the Kronecker product of two matrices.