pub fn outer(a: impl AsRef<Array>, b: impl AsRef<Array>) -> Result<Array>
Compute the outer product of two 1-D arrays, if the array’s passed are not 1-D a flatten op will be run beforehand.