Skip to main content

argmax

Function argmax 

Source
pub fn argmax<T: SimdOps>(data: &[T]) -> Option<(usize, T)>
Expand description

Returns the first maximum, or None for empty or NaN-containing data.