pub fn norm_inf_diff<T>(a: &[T], b: &[T]) -> Twhere T: Float + Zero,
Computes the infinity norm of the difference of two vectors