Difference between revisions of "FFTW"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 1: | Line 1: | ||
− | [[Category:Software]] | + | [[Category:Software]][[Category:Numerical]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|FFTW}} | |{{#vardefine:app|FFTW}} |
Revision as of 21:26, 10 August 2012
Description
FFTW website
Fastest Fourier Transform in the West, is a C library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data. Developed at MIT, it is by far the fastest implementation of FFT algorithm (upheld by regular benchmarks.)
Required Modules
- intel
- fftw
Configuration
./configure --prefix=/apps/fftw/3.3.2 --enable-shared --enable-sse2