pub fn norm_inf<N: Norm<T>, T>(a: &[N]) -> Twhere T: Bounded + PartialOrd,
Computes the infinity norm: max(abs(a))
max(abs(a))