Sorting and Searching¶
The following tables show sorting and searching functions provided by NLCPy.
Sorting¶
Returns the indices that would sort an array. |
|
Returns a sorted copy of an array. |
Searching¶
Returns the indices of the maximum values along an axis. |
|
Returns the indices of the minimum values along an axis. |
|
Finds the indices of array elements that are non-zero, grouped by element. |
|
Returns the indices of the elements that are non-zero. |