7.5.36.7. argsort

Array.argsort(axis=-1, kind=None, order=None)

Returns the indices that would sort this array.

Refer to numpy.argsort for full documentation.

7.5.36.7. See Also

numpy.argsort : equivalent function