Skip to main content

R_csort_unchecked

Function R_csort_unchecked 

Source
unsafe extern "C-unwind" fn R_csort_unchecked(
    x: *mut Rcomplex,
    n: c_int,
)
Expand description

Sort a complex vector in place.

ยงParameters

  • x: Pointer to Rcomplex array
  • n: Number of elements Unchecked FFI binding for R_csort. Generated from source location line 3411, column 8. Generated from source file miniextendr-api/src/ffi.rs.