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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
.. -*- rst -*-
.. currentmodule:: skcuda.cufft
CUFFT Routines
==============
Helper Routines
---------------
.. autosummary::
:toctree: generated/
:nosignatures:
cufftCheckStatus
cufftCreate
cufftDestroy
cufftSetAutoAllocation
cufftSetCompatibilityMode
cufftSetStream
cufftSetWorkArea
Wrapper Routines
----------------
.. autosummary::
:toctree: generated/
:nosignatures:
cufftPlan1d
cufftPlan2d
cufftPlan3d
cufftPlanMany
cufftDestroy
cufftExecC2C
cufftExecR2C
cufftExecC2R
cufftExecZ2Z
cufftExecD2Z
cufftExecZ2D
cufftEstimate1d
cufftEstimate2d
cufftEstimate3d
cufftEstimateMany
cufftGetSize1d
cufftGetSize2d
cufftGetSize3d
cufftGetSizeMany
cufftGetSize
cufftMakePlan1d
cufftMakePlan2d
cufftMakePlan3d
cufftMakePlanMany
|