Function dmul22_

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

Matrix multiplication between two 2d-arrays.