matrix_subtract

Function matrix_subtract 

Source
pub fn matrix_subtract<F>(
    a: &ArrayView2<'_, F>,
    b: &ArrayView2<'_, F>,
) -> LinalgResult<Array2<F>>
where F: Float + NumAssign + Sum + One + Send + Sync + ScalarOperand + 'static,
Expand description

Subtract two matrices: result = A - B