pub fn argmax<T: SimdOps>(data: &[T]) -> Option<(usize, T)>
Returns the first maximum, or None for empty or NaN-containing data.
None