pub fn array_diff_norm(
x1: &ArrayView1<'_, f64>,
x2: &ArrayView1<'_, f64>,
) -> f64
Expand description
Compute the norm of the difference between two arrays
pub fn array_diff_norm(
x1: &ArrayView1<'_, f64>,
x2: &ArrayView1<'_, f64>,
) -> f64
Compute the norm of the difference between two arrays