Searching Functions¶
Array API specification for functions for searching arrays.
A conforming implementation of the array API standard must provide and support the following functions.
Objects in API¶
|
Returns the indices of the maximum values along a specified axis. |
|
Returns the indices of the minimum values along a specified axis. |
|
Returns the indices of the array elements which are non-zero. |
|
Finds the indices into |
|
Returns elements chosen from |