Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 507 Bytes

searching_functions.rst

File metadata and controls

29 lines (20 loc) · 507 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
   top_k
   where