Searching functions¶
|
Returns the indices of the maximum values of the input array |
|
Returns the indices of the minimum values of the input array |
|
Counts the number of elements in the input array |
|
Return the indices of non-zero elements. |
|
Finds the indices into x1 such that, if the corresponding elements in x2 were inserted before the indices, the order of x1, when sorted in ascending order, would be preserved. |
|
Returns |