~ubuntu-branches/ubuntu/saucy/fftw3/saucy

« back to all changes in this revision

Viewing changes to doc/html/Introduction.html

Tags: 3.3.3-2ubuntu1
* Merge with Debian (LP: #1088051), remaining changes:
  - remove the mpi packages not suitable for main

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html lang="en">
2
2
<head>
3
 
<title>Introduction - FFTW 3.3.2</title>
 
3
<title>Introduction - FFTW 3.3.3</title>
4
4
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="FFTW 3.3.2">
 
5
<meta name="description" content="FFTW 3.3.3">
6
6
<meta name="generator" content="makeinfo 4.13">
7
7
<link title="Top" rel="start" href="index.html#Top">
8
8
<link rel="prev" href="index.html#Top" title="Top">
10
10
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
11
11
<!--
12
12
This manual is for FFTW
13
 
(version 3.3.2, 28 April 2012).
 
13
(version 3.3.3, 25 November 2012).
14
14
 
15
15
Copyright (C) 2003 Matteo Frigo.
16
16
 
55
55
 
56
56
<h2 class="chapter">1 Introduction</h2>
57
57
 
58
 
<p>This manual documents version 3.3.2 of FFTW, the
 
58
<p>This manual documents version 3.3.3 of FFTW, the
59
59
<em>Fastest Fourier Transform in the West</em>.  FFTW is a comprehensive
60
60
collection of fast C routines for computing the discrete Fourier
61
61
transform (DFT) and various special cases thereof. 
75
75
     <li>FFTW supports the SSE, SSE2, AVX, Altivec, and MIPS PS instruction
76
76
       sets.
77
77
 
78
 
     <li>FFTW 3.3.2 includes parallel (multi-threaded) transforms
79
 
  for shared-memory systems. 
80
 
  FFTW 3.3.2 does not include distributed-memory parallel
81
 
  transforms, but we plan to implement an MPI version soon.  (Meanwhile,
82
 
  you can use the MPI implementation from FFTW 2.1.3.) 
 
78
     <li>FFTW includes parallel (multi-threaded) transforms
 
79
       for shared-memory systems. 
 
80
<li>Starting with version 3.3, FFTW includes distributed-memory parallel
 
81
       transforms using MPI. 
83
82
</ul>
84
83
 
85
84
   <p>We assume herein that you are familiar with the properties and uses of