Skip to main content

parallel_rank

Function parallel_rank 

Source
pub fn parallel_rank(data: &[f64]) -> Vec<usize>
Expand description

Parallel rank: compute the rank of each element (0-based) in sorted order.