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