Function cerebral::nd_tools::argmin

source ·
pub fn argmin(a: &Array1<f64>) -> usize
Expand description

Returns the index of the smallest element of a vector. Panics if vector is of size 0.