cupynumeric.sort_complex#
- cupynumeric.sort_complex(
- a: ndarray,
Returns a sorted copy of an array sorted along the last axis. Sorts the real part first, the imaginary part second.
- Parameters:
a (array_like) – Input array.
- Returns:
out – Sorted array with same shape as a.
- Return type:
See also
- Availability:
Multiple GPUs, Multiple CPUs