Package com.nativelibs4java.opencl.util.fft

OpenCL-backed Fourier Analysis classes (DFT, power-of-two FFT and reverse DFT/FFT for complex doubles and floats inputs)

See:
          Description

Class Summary
DoubleDFT Slow OpenCL Fourier Transform that works in all cases (double precision floating point numbers)
DoubleDFTProgram  
DoubleFFTPow2 OpenCL Fast Fourier Transform for array sizes that are powers of two (double precision floating point numbers)
DoubleFFTProgram  
FloatDFT Slow OpenCL Fourier Transform that works in all cases (simple precision floating point numbers)
FloatDFTProgram  
FloatFFTPow2 OpenCL Fast Fourier Transform for array sizes that are powers of two (simple precision floating point numbers)
FloatFFTProgram  
 

Package com.nativelibs4java.opencl.util.fft Description

OpenCL-backed Fourier Analysis classes (DFT, power-of-two FFT and reverse DFT/FFT for complex doubles and floats inputs)



Copyright © 2009-2012. All Rights Reserved.