pub fn kron_device(
a: impl AsRef<Array>,
b: impl AsRef<Array>,
stream: impl AsRef<Stream>,
) -> Result<Array>
Expand description
Perform the Kronecker product of two arrays.
ยงParams
a
: first arrayb
: second arraystream
: stream or device to evaluate on