Routines (SciPy)#
The following pages describe SciPy-compatible routines. These functions cover a subset of SciPy routines.
- Discrete Fourier transforms (
cupyx.scipy.fft
) - Legacy discrete fourier transforms (
cupyx.scipy.fftpack
) - Univariate Interpolation (
cupyx.scipy.interpolate
) - Linear algebra (
cupyx.scipy.linalg
) - Multidimensional image processing (
cupyx.scipy.ndimage
) - Signal processing (
cupyx.scipy.signal
) - Sparse matrices (
cupyx.scipy.sparse
) - Sparse linear algebra (
cupyx.scipy.sparse.linalg
) - Compressed sparse graph routines (
cupyx.scipy.sparse.csgraph
) - Spatial algorithms and data structures (
cupyx.scipy.spatial
) - Distance computations (
cupyx.scipy.spatial.distance
) - Special functions (
cupyx.scipy.special
) - Statistical functions (
cupyx.scipy.stats
)