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