Skip to main content

R_qsort_I_unchecked

Function R_qsort_I_unchecked 

Source
unsafe extern "C-unwind" fn R_qsort_I_unchecked(
    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) Unchecked FFI binding for R_qsort_I. Generated from source location line 3479, column 8. Generated from source file miniextendr-api/src/ffi.rs.