summaryrefslogtreecommitdiff
path: root/math/fftw/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftw/DESCR')
-rw-r--r--math/fftw/DESCR11
1 files changed, 9 insertions, 2 deletions
diff --git a/math/fftw/DESCR b/math/fftw/DESCR
index 970c711ba28..72ebaaaca3c 100644
--- a/math/fftw/DESCR
+++ b/math/fftw/DESCR
@@ -1,2 +1,9 @@
-This is FFTW, v. 2.0. FFTW is a collection of fast C routines to
-compute the Discrete Fourier Transform in one or more dimensions.
+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. (See our web page for
+extensive benchmarks.) To achieve this performance, FFTW uses novel
+code-generation and runtime self-optimization techniques (along with
+many other tricks).