Supported functionalitiesΒΆ
NVPL FFT supports computations of Discrete Fourier Transforms (DFTs) with following constraints:
Parallelism: Single- and multi-threaded.
Dimension: One, two and three dimension DFTs.
Precision: Single and double precision.
Transform type: Complex-to-complex (C2C), real-to-complex (R2C) and complex-to-real (C2R).
Data layout: Data with non-negative strides. In-place and out-of-place.