Function rgsl::sort::vectors::sort2[][src]

pub fn sort2(
    data1: &mut [f64],
    stride1: usize,
    data2: &mut [f64],
    stride2: usize,
    n: usize
)
Expand description

This function sorts the n elements of the array data1 with stride stride1 into ascending numerical order, while making the same rearrangement of the array data2 with stride stride2, also of size n.