unsafe fn rsort_with_index(x: *mut f64, indx: *mut c_int, n: c_int)Expand description
Sort doubles with index array.
ยงParameters
x: Pointer to double array (sorted in place)indx: Pointer to integer array (permuted alongsidex)n: Number of elements Checked wrapper forrsort_with_index. Callsrsort_with_index_uncheckedand routes throughwith_r_thread. Generated from source location line 3430, column 8. Generated from source fileminiextendr-api/src/ffi.rs.