pub fn fouter11_(
    a: &ArrayView1<'_, f64>,
    b: &ArrayView1<'_, f64>,
) -> Array2<f64>Expand description
Outer product of two 1d-arrays containing f64s.
pub fn fouter11_(
    a: &ArrayView1<'_, f64>,
    b: &ArrayView1<'_, f64>,
) -> Array2<f64>Outer product of two 1d-arrays containing f64s.