Package jcuda.jcufft

Contains the classes of JCufft.

See:
          Description

Class Summary
cufftCompatibility Compatibility flags for CUFFT.
cufftHandle A handle type used to store and access CUFFT plans
cufftResult The result of a CUFFT operation
cufftType The type of a CUFFT operation
JCufft Java bindings for CUFFT, the NVIDIA CUDA FFT library.
 

Package jcuda.jcufft Description

Contains the classes of JCufft.

Package Specification

This package contains classes that are related to JCufft. The main class is the JCufft class, which provides all method bindings for CUFFT, the NVIDIA CUDA FFT library.

Please consult your CUFFT library documentation for more information about how to use this API.