Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 498 Bytes

searching_functions.rst

File metadata and controls

28 lines (19 loc) · 498 Bytes

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

.. currentmodule:: array_api

.. autosummary::
   :toctree: generated
   :template: method.rst

   argmax
   argmin
   count_nonzero
   nonzero
   searchsorted
   where