cupy.msort¶
-
cupy.
msort
(a)[source]¶ Returns a copy of an array sorted along the first axis.
- Parameters
a (cupy.ndarray) – Array to be sorted.
- Returns
Array of the same type and shape as
a
.- Return type
See also
cupy.
msort
(a)[source]¶Returns a copy of an array sorted along the first axis.
a (cupy.ndarray) – Array to be sorted.
Array of the same type and shape as a
.
See also