annotate src/fftw-3.3.3/README @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
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