matrix_diff_norm

Function matrix_diff_norm 

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

Compute the maximum absolute difference between two matrices