Skip to main content

R_qsort_I

Function R_qsort_I 

Source
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 array
  • indx: Pointer to index array (permuted alongside v)
  • i: Start index (1-indexed)
  • j: End index (1-indexed) Checked wrapper for R_qsort_I. Calls R_qsort_I_unchecked and routes through with_r_thread. Generated from source location line 3479, column 8. Generated from source file miniextendr-api/src/ffi.rs.