Function dmul11_

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

Inner product between two 1d-arrays.