Skip to main content

rPsort_unchecked

Function rPsort_unchecked 

Source
unsafe extern "C-unwind" fn rPsort_unchecked(
    x: *mut f64,
    n: c_int,
    k: c_int,
)
Expand description

Partial sort doubles (moves k-th smallest to position k).

ยงParameters

  • x: Pointer to double array
  • n: Number of elements
  • k: Target position (0-indexed) Unchecked FFI binding for rPsort. Generated from source location line 3450, column 8. Generated from source file miniextendr-api/src/ffi.rs.