Function douter11_

Source
pub fn douter11_<T>(a: &ArrayView1<'_, T>, b: &ArrayView1<'_, T>) -> Array2<T>
where for<'a> &'a T: Mul<&'a T, Output = T>, T: Sum,
Expand description

Outer product of two 1d-arrays containing generic objects.