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:

cupy.ndarray

See also

numpy.msort()