Skip to main content

R_rsort

Function R_rsort 

Source
unsafe fn R_rsort(x: *mut f64, n: c_int)
Expand description

Sort a double vector in place (ascending order).

ยงParameters

  • x: Pointer to double array
  • n: Number of elements Checked wrapper for R_rsort. Calls R_rsort_unchecked and routes through with_r_thread. Generated from source location line 3403, column 8. Generated from source file miniextendr-api/src/ffi.rs.