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