Skip to main content

matrix_mul

Function matrix_mul 

Source
pub fn matrix_mul(a: &Matrix, b: &Matrix) -> Result<Matrix>
Expand description

Multiplies the a matrix by the b matrix.