pub fn argmin(a: &Array1<f64>) -> usize
Returns the index of the smallest element of a vector. Panics if vector is of size 0.