pub fn matrix_subtract<F>(
a: &ArrayView2<'_, F>,
b: &ArrayView2<'_, F>,
) -> LinalgResult<Array2<F>>
Expand description
Subtract two matrices: result = A - B
pub fn matrix_subtract<F>(
a: &ArrayView2<'_, F>,
b: &ArrayView2<'_, F>,
) -> LinalgResult<Array2<F>>
Subtract two matrices: result = A - B