aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorknarf <knarf@325d7946-0b50-4e3b-902a-3a8d69fbdfa6>2011-08-05 02:30:58 +0000
committerknarf <knarf@325d7946-0b50-4e3b-902a-3a8d69fbdfa6>2011-08-05 02:30:58 +0000
commitd8420c2786a0f287c335257e4af0147554a74f45 (patch)
treece878b2bdf1f7c948b4b0052df5e203cb9eb1088 /README
commit FFTW3 thorn from Yosef
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/FFTW3/trunk@1 325d7946-0b50-4e3b-902a-3a8d69fbdfa6
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..42d9e2a
--- /dev/null
+++ b/README
@@ -0,0 +1,30 @@
+Cactus Code Thorn FFTW3
+Author(s) : Yosef Zlochower <yosef@astro.rit.edu>
+Maintainer(s):
+Licence : GPL
+--------------------------------------------------------------------------
+
+1. Purpose
+
+Distribute the FFTW Library; see
+<http://www.fftw.org>
+
+
+
+From the web site: FFTW is a C subroutine library for computing the
+discrete Fourier transform (DFT) in one or more dimensions, of
+arbitrary input size, and of both real and complex data (as well as of
+even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).
+We believe that FFTW, which is free software, should become the FFT
+library of choice for most applications.
+
+Our benchmarks, performed on on a variety of platforms, show that
+FFTW's performance is typically superior to that of other publicly
+available FFT software, and is even competitive with vendor-tuned
+codes. In contrast to vendor-tuned codes, however, FFTW's performance
+is portable: the same program will perform well on most architectures
+without modification. Hence the name, "FFTW," which stands for the
+somewhat whimsical title of "Fastest Fourier Transform in the West."
+
+The FFTW package was developed at MIT by Matteo Frigo and Steven G.
+Johnson