unsafe fn cPsort(x: *mut Rcomplex, n: c_int, k: c_int)Expand description
Partial sort complex numbers.
ยงParameters
x: Pointer to Rcomplex arrayn: Number of elementsk: Target position (0-indexed) Checked wrapper forcPsort. CallscPsort_uncheckedand routes throughwith_r_thread. Generated from source location line 3460, column 8. Generated from source fileminiextendr-api/src/ffi.rs.