Skip to main content

matrix_add

Function matrix_add 

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

Adds the b matrix to the a matrix.