Skip to main content

R_csort

Function R_csort 

Source
unsafe fn R_csort(x: *mut Rcomplex, n: c_int)
Expand description

Sort a complex vector in place.

ยงParameters

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