rbc.stdlib.searching_functions#
Description
Array API specification for searching functions.
https://data-apis.org/array-api/latest/API_specification/searching_functions.html
Functions
|
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. |
|
Returns elements chosen from x1 or x2 depending on condition. |