annotate src/fftw-3.3.5/doc/FAQ/fftw-faq.html/section1.html @ 127:7867fa7e1b6b

Current fftw source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 18 Oct 2016 13:40:26 +0100
parents
children
rev   line source
cannam@127 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
cannam@127 2 <html>
cannam@127 3 <head><title>
cannam@127 4 FFTW FAQ - Section 1
cannam@127 5 </title>
cannam@127 6 <link rev="made" href="mailto:fftw@fftw.org">
cannam@127 7 <link rel="Contents" href="index.html">
cannam@127 8 <link rel="Start" href="index.html">
cannam@127 9 <link rel="Next" href="section2.html"><link rel="Bookmark" title="FFTW FAQ" href="index.html">
cannam@127 10 </head><body text="#000000" bgcolor="#FFFFFF"><h1>
cannam@127 11 FFTW FAQ - Section 1 <br>
cannam@127 12 Introduction and General Information
cannam@127 13 </h1>
cannam@127 14
cannam@127 15 <ul>
cannam@127 16 <li><a href="#whatisfftw" rel=subdocument>Q1.1. What is FFTW?</a>
cannam@127 17 <li><a href="#whereisfftw" rel=subdocument>Q1.2. How do I obtain FFTW?</a>
cannam@127 18 <li><a href="#isfftwfree" rel=subdocument>Q1.3. Is FFTW free software?</a>
cannam@127 19 <li><a href="#nonfree" rel=subdocument>Q1.4. What is this about non-free licenses?</a>
cannam@127 20 <li><a href="#west" rel=subdocument>Q1.5. In the West? I thought MIT was in the East?</a>
cannam@127 21 </ul><hr>
cannam@127 22
cannam@127 23 <h2><A name="whatisfftw">
cannam@127 24 Question 1.1. What is FFTW?
cannam@127 25 </A></h2>
cannam@127 26
cannam@127 27 FFTW is a free collection of fast C routines for computing the
cannam@127 28 Discrete Fourier Transform in one or more dimensions. It includes
cannam@127 29 complex, real, symmetric, and parallel transforms, and can handle
cannam@127 30 arbitrary array sizes efficiently. FFTW is typically faster than
cannam@127 31 other publically-available FFT implementations, and is even
cannam@127 32 competitive with vendor-tuned libraries. (See our web page for
cannam@127 33 extensive benchmarks.) To achieve this performance, FFTW uses novel
cannam@127 34 code-generation and runtime self-optimization techniques (along with
cannam@127 35 many other tricks).
cannam@127 36 <h2><A name="whereisfftw">
cannam@127 37 Question 1.2. How do I obtain FFTW?
cannam@127 38 </A></h2>
cannam@127 39
cannam@127 40 FFTW can be found at <A href="http://www.fftw.org">the FFTW web page</A>. You can also retrieve it from <code>ftp.fftw.org</code> in <A href="ftp://ftp.fftw.org/pub/fftw"><code>/pub/fftw</code></A>.
cannam@127 41 <h2><A name="isfftwfree">
cannam@127 42 Question 1.3. Is FFTW free software?
cannam@127 43 </A></h2>
cannam@127 44
cannam@127 45 Starting with version 1.3, FFTW is Free Software in the technical
cannam@127 46 sense defined by the Free Software Foundation (see
cannam@127 47 <A href="http://www.gnu.org/philosophy/categories.html">Categories of Free and Non-Free Software</A>), and is distributed under the terms of the GNU General Public License. Previous versions of FFTW were
cannam@127 48 distributed without fee for noncommercial use, but were not
cannam@127 49 technically ``free.''
cannam@127 50 <p>
cannam@127 51 Non-free licenses for FFTW are also available that permit different
cannam@127 52 terms of use than the GPL.
cannam@127 53 <h2><A name="nonfree">
cannam@127 54 Question 1.4. What is this about non-free
cannam@127 55 licenses?
cannam@127 56 </A></h2>
cannam@127 57
cannam@127 58 The non-free licenses are for companies that wish to use FFTW in their
cannam@127 59 products but are unwilling to release their software under the GPL
cannam@127 60 (which would require them to release source code and allow free
cannam@127 61 redistribution). Such users can purchase an unlimited-use license
cannam@127 62 from MIT. Contact us for more details.
cannam@127 63
cannam@127 64 <p>
cannam@127 65 We could instead have released FFTW under the LGPL, or even disallowed
cannam@127 66 non-Free usage. Suffice it to say, however, that MIT owns the
cannam@127 67 copyright to FFTW and they only let us GPL it because we convinced
cannam@127 68 them that it would neither affect their licensing revenue nor irritate
cannam@127 69 existing licensees.
cannam@127 70 <h2><A name="west">
cannam@127 71 Question 1.5. In the West? I thought MIT was in the
cannam@127 72 East?
cannam@127 73 </A></h2>
cannam@127 74
cannam@127 75 Not to an Italian. You could say that we're a Spaghetti Western
cannam@127 76 (with apologies to Sergio Leone). <hr>
cannam@127 77 Next: <a href="section2.html" rel=precedes>Installing FFTW</a>.<br>
cannam@127 78 <a href="index.html" rev=subdocument>Return to contents</a>.<p>
cannam@127 79 <address>
cannam@127 80 <A href="http://www.fftw.org">Matteo Frigo and Steven G. Johnson</A> / <A href="mailto:fftw@fftw.org">fftw@fftw.org</A>
cannam@127 81 - 30 July 2016
cannam@127 82 </address><br>
cannam@127 83 Extracted from FFTW Frequently Asked Questions with Answers,
cannam@127 84 Copyright &copy; 2016 Matteo Frigo and Massachusetts Institute of Technology.
cannam@127 85 </body></html>