Function kron_device

Source
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 array
  • b: second array
  • stream: stream or device to evaluate on