Skip to main content

argmin

Function argmin 

Source
pub fn argmin<T: PartialOrd>(v: &[T]) -> Option<usize>
Expand description

Find the index of the minimum element.