Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 523 Bytes

File metadata and controls

30 lines (21 loc) · 523 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
   top_k
   top_k_indices
   top_k_values
   where