pub fn douter11_<T>(a: &ArrayView1<'_, T>, b: &ArrayView1<'_, T>) -> Array2<T>Expand description
Outer product of two 1d-arrays containing generic objects.
pub fn douter11_<T>(a: &ArrayView1<'_, T>, b: &ArrayView1<'_, T>) -> Array2<T>Outer product of two 1d-arrays containing generic objects.