pub fn norm_inf_diff<T>(a: &[T], b: &[T]) -> T
where T: Float + Zero,
Expand description

Computes the infinity norm of the difference of two vectors