Function kron

Source
pub fn kron(a: impl AsRef<Array>, b: impl AsRef<Array>) -> 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