matrix_add

Function matrix_add 

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

Add two matrices: result = A + B