pub fn dfmul22_<T>(a: &ArrayView2<'_, T>, b: &ArrayView2<'_, f64>) -> Array2<T>
Expand description
Matrix multiplication of two 2d-arrays.
The LHS is generic and the RHS contains f64s.
pub fn dfmul22_<T>(a: &ArrayView2<'_, T>, b: &ArrayView2<'_, f64>) -> Array2<T>
Matrix multiplication of two 2d-arrays.
The LHS is generic and the RHS contains f64s.