Sorting, Searching, and Counting
Sorting
Return a sorted copy of an array. |
|
Returns the indices that would sort an array. |
|
Return a partitioned copy of an array. |
See also
dpnp.dparray.sort()
Searching
Returns the indices of the maximum values along an axis. |
|
Returns the indices of the minimum values along an axis. |
|
Return the indices of the elements that are non-zero. |
|
Find indices where elements should be inserted to maintain order. |
|
Find indices where elements should be inserted to maintain order. |
Counting
Counts the number of non-zero values in the array |