See: Description
| Class | Description |
|---|---|
| DoubleDFT |
Slow OpenCL Fourier Transform that works in all cases (double precision floating point numbers)
|
| DoubleDFTProgram |
Wrapper around the OpenCL program DoubleDFTProgram
|
| DoubleFFTPow2 |
OpenCL Fast Fourier Transform for array sizes that are powers of two (double precision floating point numbers)
|
| DoubleFFTProgram |
Wrapper around the OpenCL program DoubleFFTProgram
|
| FloatDFT |
Slow OpenCL Fourier Transform that works in all cases (simple precision floating point numbers)
|
| FloatDFTProgram |
Wrapper around the OpenCL program FloatDFTProgram
|
| FloatFFTPow2 |
OpenCL Fast Fourier Transform for array sizes that are powers of two (simple precision floating point numbers)
|
| FloatFFTProgram |
Wrapper around the OpenCL program FloatFFTProgram
|
Copyright © 2009-2015. All Rights Reserved.