~ubuntu-branches/ubuntu/trusty/fftw3/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/html/Planner-Flags.html

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-10-30 15:58:13 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091030155813-sm22akeielmo6sbo
Tags: 3.2.2-1
* New upstream release
* Acknowledge non-maintainer upload (closes: #532340, #532301),
  thanks to Cyril Brulebois
* debian/control
  - add ${misc:Depends}
  - bump Standards-Version to 3.8.3, debhelper to >= 7.0.0
  - span build-depends on multiple lines
  - added Vcs-Bzr and Vcs-Browser fields
* debian/rules
  - fix bashisms (closes: #535378)
  - only install long double where needed (closes: #540408)
  - use dh_prep
* debian/compat: bump to 7
* debian/README.source: add reference to quilt documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html lang="en">
2
2
<head>
3
 
<title>Planner Flags - FFTW 3.2.1</title>
 
3
<title>Planner Flags - FFTW 3.2.2</title>
4
4
<meta http-equiv="Content-Type" content="text/html">
5
 
<meta name="description" content="FFTW 3.2.1">
6
 
<meta name="generator" content="makeinfo 4.8">
 
5
<meta name="description" content="FFTW 3.2.2">
 
6
<meta name="generator" content="makeinfo 4.13">
7
7
<link title="Top" rel="start" href="index.html#Top">
8
8
<link rel="up" href="Basic-Interface.html#Basic-Interface" title="Basic Interface">
9
9
<link rel="prev" href="Complex-DFTs.html#Complex-DFTs" title="Complex DFTs">
11
11
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
12
12
<!--
13
13
This manual is for FFTW
14
 
(version 3.2.1, 5 February 2009).
 
14
(version 3.2.2, 12 July 2009).
15
15
 
16
16
Copyright (C) 2003 Matteo Frigo.
17
17
 
46
46
</head>
47
47
<body>
48
48
<div class="node">
 
49
<a name="Planner-Flags"></a>
49
50
<p>
50
 
<a name="Planner-Flags"></a>
51
51
Next:&nbsp;<a rel="next" accesskey="n" href="Real_002ddata-DFTs.html#Real_002ddata-DFTs">Real-data DFTs</a>,
52
52
Previous:&nbsp;<a rel="previous" accesskey="p" href="Complex-DFTs.html#Complex-DFTs">Complex DFTs</a>,
53
53
Up:&nbsp;<a rel="up" accesskey="u" href="Basic-Interface.html#Basic-Interface">Basic Interface</a>
57
57
<h4 class="subsection">4.3.2 Planner Flags</h4>
58
58
 
59
59
<p>All of the planner routines in FFTW accept an integer <code>flags</code>
60
 
argument, which is a bitwise OR (`<samp><span class="samp">|</span></samp>') of zero or more of the flag
 
60
argument, which is a bitwise OR (&lsquo;<samp><span class="samp">|</span></samp>&rsquo;) of zero or more of the flag
61
61
constants defined below.  These flags control the rigor (and time) of
62
62
the planning process, and can also impose (or lift) restrictions on the
63
63
type of transform algorithm that is employed.
100
100
     <li><a name="index-FFTW_005fWISDOM_005fONLY-166"></a><code>FFTW_WISDOM_ONLY</code> is a special planning mode in which the plan
101
101
is only created if wisdom is available for the given problem, and
102
102
otherwise a <code>NULL</code> plan is returned.  This can be combined with
103
 
other flags, e.g. `<samp><span class="samp">FFTW_WISDOM_ONLY | FFTW_PATIENT</span></samp>' creates a
 
103
other flags, e.g. &lsquo;<samp><span class="samp">FFTW_WISDOM_ONLY | FFTW_PATIENT</span></samp>&rsquo; creates a
104
104
plan only if wisdom is available that was created in
105
105
<code>FFTW_PATIENT</code> or <code>FFTW_EXHAUSTIVE</code> mode.  The
106
106
<code>FFTW_WISDOM_ONLY</code> flag is intended for users who need to detect
165
165
of 0).
166
166
 
167
167
<!-- =========> -->
168
 
</body></html>
 
168
   </body></html>
169
169