Sorting functions¶
|
Returns the indices that sort an array x along a specified axis. |
|
Returns a sorted copy of an input array x. |
|
Returns the k largest or smallest values and their indices in the input array x along the specified axis axis. |
|
Returns the indices that sort an array x along a specified axis. |
|
Returns a sorted copy of an input array x. |
|
Returns the k largest or smallest values and their indices in the input array x along the specified axis axis. |