functional.rst 423 Bytes
Newer Older
root's avatar
root committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Functional programming
======================

.. Hint:: `NumPy API Reference: Functional programming <https://numpy.org/doc/stable/reference/routines.functional.html>`_

.. currentmodule:: cupy

.. note::

   :class:`cupy.vectorize` applies JIT compiler to the given Python function.
   See :ref:`jit_kernel_definition` for details.

.. autosummary::
   :toctree: generated/

   apply_along_axis
   vectorize
   piecewise