index.rst 515 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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.. _cupy_reference:

*************
API Reference
*************

* :ref:`genindex`
* :ref:`modindex`

----

.. currentmodule:: cupy

..
  For NumPy/SciPy-compatible APIs (ndarray, ufunc, routines, scipy),
  omit the module name prefix in the API list, following the convension in
  NumPy/SciPy documentation.
  For CuPy-specific APIs, use fully-qualified names.

.. toctree::
   :maxdepth: 2

   ndarray
   ufunc
   routines
   scipy
   ext
   cuda
   kernel
   distributed
   environment
   comparison
   array_api