Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 481 Bytes

searching_functions.rst

File metadata and controls

27 lines (18 loc) · 481 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
   nonzero
   searchsorted
   where