C I J S T 

C

CUFFT_ALLOC_FAILED - Static variable in class jcuda.jcufft.cufftResult
CUFFT failed to allocate GPU memory.
CUFFT_C2C - Static variable in class jcuda.jcufft.cufftType
CUFFT transform type Complex to complex, interleaved
CUFFT_C2R - Static variable in class jcuda.jcufft.cufftType
CUFFT transform type Complex (interleaved) to real
CUFFT_COMPATIBILITY_FFTW_ALL - Static variable in class jcuda.jcufft.cufftCompatibility
For convenience, enables all FFTW compatibility modes at once.
CUFFT_COMPATIBILITY_FFTW_ASYMMETRIC - Static variable in class jcuda.jcufft.cufftCompatibility
Deprecated.
as of CUDA 6.5: Asymmetric input is always treated as in FFTW.
CUFFT_COMPATIBILITY_FFTW_PADDING - Static variable in class jcuda.jcufft.cufftCompatibility
Inserts extra padding between packed in-place transforms for batched transforms with power-of-2 size.
CUFFT_COMPATIBILITY_NATIVE - Static variable in class jcuda.jcufft.cufftCompatibility
Deprecated.
as of CUDA 6.0RC
CUFFT_D2Z - Static variable in class jcuda.jcufft.cufftType
CUFFT transform type Double to Double-Complex
CUFFT_EXEC_FAILED - Static variable in class jcuda.jcufft.cufftResult
CUFFT failed to execute an FFT on the GPU.
CUFFT_FORWARD - Static variable in class jcuda.jcufft.JCufft
CUFFT transform direction
CUFFT_INCOMPLETE_PARAMETER_LIST - Static variable in class jcuda.jcufft.cufftResult
Incomplete parameter list
CUFFT_INTERNAL_ERROR - Static variable in class jcuda.jcufft.cufftResult
Used for all internal driver errors.
CUFFT_INVALID_DEVICE - Static variable in class jcuda.jcufft.cufftResult
Invalid device
CUFFT_INVALID_PLAN - Static variable in class jcuda.jcufft.cufftResult
CUFFT is passed an invalid plan handle.
CUFFT_INVALID_SIZE - Static variable in class jcuda.jcufft.cufftResult
The user specifies an unsupported FFT size.
CUFFT_INVALID_TYPE - Static variable in class jcuda.jcufft.cufftResult
The user requests an unsupported type.
CUFFT_INVALID_VALUE - Static variable in class jcuda.jcufft.cufftResult
The user specifies a bad memory pointer.
CUFFT_INVERSE - Static variable in class jcuda.jcufft.JCufft
CUFFT transform direction
CUFFT_LICENSE_ERROR - Static variable in class jcuda.jcufft.cufftResult
License error
CUFFT_NO_WORKSPACE - Static variable in class jcuda.jcufft.cufftResult
No workspace
CUFFT_NOT_IMPLEMENTED - Static variable in class jcuda.jcufft.cufftResult
Not implemented
CUFFT_PARSE_ERROR - Static variable in class jcuda.jcufft.cufftResult
Parse error
CUFFT_R2C - Static variable in class jcuda.jcufft.cufftType
CUFFT transform type Real to complex (interleaved)
CUFFT_SETUP_FAILED - Static variable in class jcuda.jcufft.cufftResult
The CUFFT library failed to initialize.
CUFFT_SUCCESS - Static variable in class jcuda.jcufft.cufftResult
Any CUFFT operation is successful.
CUFFT_UNALIGNED_DATA - Static variable in class jcuda.jcufft.cufftResult
Unaligned data
CUFFT_Z2D - Static variable in class jcuda.jcufft.cufftType
CUFFT transform type Double-Complex to Double
CUFFT_Z2Z - Static variable in class jcuda.jcufft.cufftType
CUFFT transform type Double-Complex to Double-Complex
cufftCompatibility - Class in jcuda.jcufft
Compatibility flags for CUFFT.
cufftCreate(cufftHandle) - Static method in class jcuda.jcufft.JCufft
 
cufftDestroy(cufftHandle) - Static method in class jcuda.jcufft.JCufft
Frees all GPU resources associated with a CUFFT plan and destroys the internal plan data structure.
cufftEstimate1d(int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftEstimate2d(int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftEstimate3d(int, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftEstimateMany(int, int[], int[], int, int, int[], int, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftExecC2C(cufftHandle, Pointer, Pointer, int) - Static method in class jcuda.jcufft.JCufft
Executes a CUFFT complex-to-complex transform plan.
cufftExecC2C(cufftHandle, float[], float[], int) - Static method in class jcuda.jcufft.JCufft
cufftExecC2R(cufftHandle, Pointer, Pointer) - Static method in class jcuda.jcufft.JCufft
Executes a CUFFT complex-to-real (implicitly inverse) transform plan.
cufftExecC2R(cufftHandle, float[], float[]) - Static method in class jcuda.jcufft.JCufft
cufftExecD2Z(cufftHandle, Pointer, Pointer) - Static method in class jcuda.jcufft.JCufft
Executes a CUFFT real-to-complex (implicitly forward) transform plan for double precision values.
cufftExecD2Z(cufftHandle, double[], double[]) - Static method in class jcuda.jcufft.JCufft
cufftExecR2C(cufftHandle, Pointer, Pointer) - Static method in class jcuda.jcufft.JCufft
Executes a CUFFT real-to-complex (implicitly forward) transform plan.
cufftExecR2C(cufftHandle, float[], float[]) - Static method in class jcuda.jcufft.JCufft
cufftExecR2C(cufftHandle, double[], double[]) - Static method in class jcuda.jcufft.JCufft
Deprecated.
This method will be removed in a future release. It should have been called 'cufftExecD2Z'.
cufftExecZ2D(cufftHandle, Pointer, Pointer) - Static method in class jcuda.jcufft.JCufft
Executes a CUFFT complex-to-real (implicitly inverse) transform plan for double precision values.
cufftExecZ2D(cufftHandle, double[], double[]) - Static method in class jcuda.jcufft.JCufft
cufftExecZ2Z(cufftHandle, Pointer, Pointer, int) - Static method in class jcuda.jcufft.JCufft
Executes a CUFFT complex-to-complex transform plan for double precision values.
cufftExecZ2Z(cufftHandle, double[], double[], int) - Static method in class jcuda.jcufft.JCufft
cufftGetSize(cufftHandle, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftGetSize1d(cufftHandle, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftGetSize2d(cufftHandle, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftGetSize3d(cufftHandle, int, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftGetSizeMany(cufftHandle, int, int[], int[], int, int, int[], int, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftGetVersion(int[]) - Static method in class jcuda.jcufft.JCufft
Writes the CUFFT version into the given argument.
cufftHandle - Class in jcuda.jcufft
A handle type used to store and access CUFFT plans
cufftHandle() - Constructor for class jcuda.jcufft.cufftHandle
 
cufftMakePlan1d(cufftHandle, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftMakePlan2d(cufftHandle, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftMakePlan3d(cufftHandle, int, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftMakePlanMany(cufftHandle, int, int[], int[], int, int, int[], int, int, int, int, long[]) - Static method in class jcuda.jcufft.JCufft
 
cufftPlan1d(cufftHandle, int, int, int) - Static method in class jcuda.jcufft.JCufft
Creates a 1D FFT plan configuration for a specified signal size and data type.
cufftPlan2d(cufftHandle, int, int, int) - Static method in class jcuda.jcufft.JCufft
Creates a 2D FFT plan configuration according to specified signal sizes and data type.
cufftPlan3d(cufftHandle, int, int, int, int) - Static method in class jcuda.jcufft.JCufft
Creates a 3D FFT plan configuration according to specified signal sizes and data type.
cufftPlanMany(cufftHandle, int, int[], int[], int, int, int[], int, int, int, int) - Static method in class jcuda.jcufft.JCufft
Creates a FFT plan configuration of dimension rank, with sizes specified in the array n.
cufftResult - Class in jcuda.jcufft
The result of a CUFFT operation
cufftSetAutoAllocation(cufftHandle, int) - Static method in class jcuda.jcufft.JCufft
 
cufftSetCompatibilityMode(cufftHandle, int) - Static method in class jcuda.jcufft.JCufft
Configures the layout of CUFFT output in FFTW-compatible modes.
cufftSetStream(cufftHandle, cudaStream_t) - Static method in class jcuda.jcufft.JCufft
Associates a CUDA stream with a CUFFT plan.
cufftSetWorkArea(cufftHandle, Pointer) - Static method in class jcuda.jcufft.JCufft
 
cufftType - Class in jcuda.jcufft
The type of a CUFFT operation
C I J S T