pub fn matrix_diff_norm<F>(
a: &ArrayView2<'_, F>,
b: &ArrayView2<'_, F>,
) -> LinalgResult<F>
Expand description
Compute the maximum absolute difference between two matrices
pub fn matrix_diff_norm<F>(
a: &ArrayView2<'_, F>,
b: &ArrayView2<'_, F>,
) -> LinalgResult<F>
Compute the maximum absolute difference between two matrices