unsafe fn revsort(a: *mut f64, ib: *mut c_int, n: c_int)Expand description
Sort doubles in descending order, carrying along an index array.
ยงParameters
a: Pointer to double array (sorted in place, descending)ib: Pointer to integer array (permuted alongsidea)n: Number of elements Checked wrapper forrevsort. Callsrevsort_uncheckedand routes throughwith_r_thread. Generated from source location line 3421, column 8. Generated from source fileminiextendr-api/src/ffi.rs.