unsafe extern "C-unwind" fn rsort_with_index_unchecked(
x: *mut f64,
indx: *mut c_int,
n: c_int,
)Expand description
Sort doubles with index array.
ยงParameters
x: Pointer to double array (sorted in place)indx: Pointer to integer array (permuted alongsidex)n: Number of elements Unchecked FFI binding forrsort_with_index. Generated from source location line 3430, column 8. Generated from source fileminiextendr-api/src/ffi.rs.