Sorting, Searching, and Counting
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. |
|
Returns the indices of the maximum values in the specified axis ignoring NaNs. |
|
Returns the indices of the minimum values in the specified axis ignoring NaNs. |
|
Finds the indices of array elements that are non-zero, grouped by element. |
|
Returns the indices of the elements that are non-zero. |
Counting
Counts the number of non-zero values in the array |