annotate src/fftw-3.3.3/README @ 46:efe5b9f38b13

Debug build of Rubber Band Library
author Chris Cannam
date Wed, 19 Oct 2016 17:32:56 +0100
parents 37bf6b4a2645
children
rev   line source
Chris@10 1 FFTW is a free collection of fast C routines for computing the
Chris@10 2 Discrete Fourier Transform in one or more dimensions. It includes
Chris@10 3 complex, real, symmetric, and parallel transforms, and can handle
Chris@10 4 arbitrary array sizes efficiently. FFTW is typically faster than
Chris@10 5 other publically-available FFT implementations, and is even
Chris@10 6 competitive with vendor-tuned libraries. (See our web page for
Chris@10 7 extensive benchmarks.) To achieve this performance, FFTW uses novel
Chris@10 8 code-generation and runtime self-optimization techniques (along with
Chris@10 9 many other tricks).
Chris@10 10
Chris@10 11 The doc/ directory contains the manual in texinfo, PDF, info, and HTML
Chris@10 12 formats. Frequently asked questions and answers can be found in the
Chris@10 13 doc/FAQ/ directory in ASCII and HTML.
Chris@10 14
Chris@10 15 For a quick introduction to calling FFTW, see the "Tutorial" section
Chris@10 16 of the manual.
Chris@10 17
Chris@10 18 Installation instructions are provided in the manual (don't worry, it
Chris@10 19 is straightforward).
Chris@10 20
Chris@10 21 CONTACTS
Chris@10 22 --------
Chris@10 23
Chris@10 24 FFTW was written by Matteo Frigo and Steven G. Johnson. You can
Chris@10 25 contact them at fftw@fftw.org. The latest version of FFTW,
Chris@10 26 benchmarks, links, and other information can be found at the FFTW home
Chris@10 27 page (http://www.fftw.org). You can also sign up to the fftw-announce
Chris@10 28 mailing list to receive (infrequent) updates and information about new
Chris@10 29 releases; to do so, go to:
Chris@10 30
Chris@10 31 http://www.fftw.org/mailman/listinfo/fftw-announce