.. _routines.indexing:

Indexing routines
=================

.. seealso:: :ref:`Indexing <arrays.indexing>`

.. currentmodule:: numpy

Generating index arrays
-----------------------
.. autosummary::
   :toctree: generated/

   c_
   r_
   s_
   nonzero
   where
   indices
   ix_
   ogrid
   unravel_index

Indexing-like operations
------------------------
.. autosummary::
   :toctree: generated/

   take
   choose
   compress
   diag
   diagonal
   select

Inserting data into arrays
--------------------------
.. autosummary::
   :toctree: generated/

   place
   put
   putmask

Iterating over arrays
---------------------
.. autosummary::
   :toctree: generated/

   ndenumerate
   ndindex
   flatiter
