Skip to main content

abs_max

Function abs_max 

Source
pub fn abs_max<T: SimdOps>(data: &[T]) -> T
Expand description

Reduces the slice to max |x| (∞-norm accumulator); T::ZERO for empty.