File: reference_cufft.rst

package info (click to toggle)
python-scikit-cuda 0.5.3-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 1,516 kB
  • sloc: python: 18,940; ansic: 459; makefile: 95; sh: 9
file content (51 lines) | stat: -rw-r--r-- 870 bytes parent folder | download | duplicates (2)
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