Return indices that would sort an array. Unlike sort, this is guaranteed to
be a stable sorting algorithm; it always returns the smaller index first in
event of ties.
Returns an array of int32 indices.
The array is sorted along a specified axis (the last by default).
Return indices that would sort an array. Unlike
sort, this is guaranteed to be a stable sorting algorithm; it always returns the smaller index first in event of ties.Returns an array of
int32indices.The array is sorted along a specified axis (the last by default).