unsafe fn R_qsort_I(v: *mut f64, indx: *mut c_int, i: c_int, j: c_int)Expand description
Quicksort doubles with index array.
ยงParameters
v: Pointer to double arrayindx: Pointer to index array (permuted alongside v)i: Start index (1-indexed)j: End index (1-indexed) Checked wrapper forR_qsort_I. CallsR_qsort_I_uncheckedand routes throughwith_r_thread. Generated from source location line 3479, column 8. Generated from source fileminiextendr-api/src/ffi.rs.