pub fn fdmul11_<T>(a: &ArrayView1<'_, f64>, b: &ArrayView1<'_, T>) -> T
Expand description
Inner product of two 1d-arrays.
The LHS contains f64s and the RHS is generic.
pub fn fdmul11_<T>(a: &ArrayView1<'_, f64>, b: &ArrayView1<'_, T>) -> T
Inner product of two 1d-arrays.
The LHS contains f64s and the RHS is generic.