slackbuilds/libraries/fftw
Kyle Guinn 48b1a79a95 libraries/fftw: Updated for version 3.2.1 2010-05-12 17:40:36 +02:00
..
README libraries/fftw: Added to 12.0 repository 2010-05-11 20:00:45 +02:00
fftw.SlackBuild libraries/fftw: Updated for version 3.2.1 2010-05-12 17:40:36 +02:00
fftw.info libraries/fftw: Updated for version 3.2.1 2010-05-12 17:40:36 +02:00
slack-desc libraries/fftw: Updated for version 3.2 2010-05-11 22:23:39 +02:00

README

FFTW is a free collection of fast C routines for computing the Discrete
Fourier Transform in one or more dimensions.  It includes complex, real,
symmetric, and parallel transforms, and can handle arbitrary array sizes
efficiently.  FFTW is typically faster than other publically-available FFT
implementations, and is even competitive with vendor-tuned libraries.

There are several machine-dependent optimizations that can be enabled in order
to generate SIMD code; take a look in fftw.SlackBuild to enable them.