pub fn fdmul21_<T>(a: &ArrayView2<'_, f64>, b: &ArrayView1<'_, T>) -> Array1<T>
Expand description
Matrix multiplication of a 2d-array with a 1d-array.
The LHS contains f64s and the RHS is generic.
pub fn fdmul21_<T>(a: &ArrayView2<'_, f64>, b: &ArrayView1<'_, T>) -> Array1<T>
Matrix multiplication of a 2d-array with a 1d-array.
The LHS contains f64s and the RHS is generic.