pub fn kron(a: impl AsRef<Array>, b: impl AsRef<Array>) -> Result<Array>
Perform the Kronecker product of two arrays.
a
b
stream