API ReferenceΒΆ
- The N-dimensional array (
ndarray) - Universal functions (
cupy.ufunc) - Routines (NumPy)
- Array creation routines
- Array manipulation routines
- Binary operations
- Data type routines
- Discrete Fourier Transform (
cupy.fft) - Functional programming
- Indexing routines
- Input and output
- Linear algebra (
cupy.linalg) - Logic functions
- Mathematical functions
- Miscellaneous routines
- Padding arrays
- Polynomials
- Random sampling (
cupy.random) - Set routines
- Sorting, searching, and counting
- Statistics
- Test support (
cupy.testing) - Window functions
- Routines (SciPy)
- Discrete Fourier transforms (
cupyx.scipy.fft) - Legacy discrete fourier transforms (
cupyx.scipy.fftpack) - Linear algebra (
cupyx.scipy.linalg) - Multidimensional image processing (
cupyx.scipy.ndimage) - Sparse matrices (
cupyx.scipy.sparse) - Special functions (
cupyx.scipy.special) - Signal processing (
cupyx.scipy.signal) - Statistical functions (
cupyx.scipy.stats)
- Discrete Fourier transforms (
- CuPy-specific functions
- Low-level CUDA support
- Custom kernels
- Profiling
- Environment variables
- Comparison Table