public class cufftCompatibility
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CUFFT_COMPATIBILITY_FFTW_ALL
For convenience, enables all FFTW compatibility modes at once.
|
static int |
CUFFT_COMPATIBILITY_FFTW_ASYMMETRIC
Guarantees FFTW-compatible output for non-symmetric complex inputs
for transforms with power-of-2 size.
|
static int |
CUFFT_COMPATIBILITY_FFTW_PADDING
Inserts extra padding between packed in-place transforms for
batched transforms with power-of-2 size.
|
static int |
CUFFT_COMPATIBILITY_NATIVE
Deprecated.
as of CUDA 6.0RC
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
stringFor(int m)
Returns the String identifying the given cufftCompatibility
|
public static final int CUFFT_COMPATIBILITY_NATIVE
public static final int CUFFT_COMPATIBILITY_FFTW_PADDING
public static final int CUFFT_COMPATIBILITY_FFTW_ASYMMETRIC
public static final int CUFFT_COMPATIBILITY_FFTW_ALL