Skip to main content

argsort

Function argsort 

Source
pub fn argsort<T>(data: &[T]) -> Vec<usize>
where T: Ord,
Expand description

Construct the permutation that sorts data.