Skip to main content

matrix_sub

Function matrix_sub 

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

Subtracts the b matrix from the a matrix.