Function dmul21_

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

Matrix multiplication between a 2d-array and a 1d-array.