pub fn argsort<T>(array: &Array1<T>) -> Vec<usize>where T: PartialOrd + Clone,
Sort indices (argsort)