Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | pj | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
2 | <HTML> |
||
3 | <HEAD> |
||
4 | <!-- This HTML file has been created by texi2html 1.52 |
||
5 | from fftw.texi on 18 May 1999 --> |
||
6 | |||
7 | <TITLE>FFTW - Table of Contents</TITLE> |
||
8 | </HEAD> |
||
9 | <BODY TEXT="#000000" BGCOLOR="#FFFFFF"> |
||
10 | <H1>FFTW</H1> |
||
11 | <H2>For version 2.1.2, 18 May 1999</H2> |
||
12 | <P> |
||
13 | <P><HR><P> |
||
14 | <UL> |
||
15 | <LI><A NAME="TOC1" HREF="fftw_1.html#SEC1">Introduction</A> |
||
16 | <LI><A NAME="TOC2" HREF="fftw_2.html#SEC2">Tutorial</A> |
||
17 | <UL> |
||
18 | <LI><A NAME="TOC3" HREF="fftw_2.html#SEC3">Complex One-dimensional Transforms Tutorial</A> |
||
19 | <LI><A NAME="TOC4" HREF="fftw_2.html#SEC4">Complex Multi-dimensional Transforms Tutorial</A> |
||
20 | <LI><A NAME="TOC5" HREF="fftw_2.html#SEC5">Real One-dimensional Transforms Tutorial</A> |
||
21 | <LI><A NAME="TOC6" HREF="fftw_2.html#SEC6">Real Multi-dimensional Transforms Tutorial</A> |
||
22 | <LI><A NAME="TOC7" HREF="fftw_2.html#SEC7">Multi-dimensional Array Format</A> |
||
23 | <UL> |
||
24 | <LI><A NAME="TOC8" HREF="fftw_2.html#SEC8">Row-major Format</A> |
||
25 | <LI><A NAME="TOC9" HREF="fftw_2.html#SEC9">Column-major Format</A> |
||
26 | <LI><A NAME="TOC10" HREF="fftw_2.html#SEC10">Static Arrays in C</A> |
||
27 | <LI><A NAME="TOC11" HREF="fftw_2.html#SEC11">Dynamic Arrays in C</A> |
||
28 | <LI><A NAME="TOC12" HREF="fftw_2.html#SEC12">Dynamic Arrays in C--The Wrong Way</A> |
||
29 | </UL> |
||
30 | <LI><A NAME="TOC13" HREF="fftw_2.html#SEC13">Words of Wisdom</A> |
||
31 | <UL> |
||
32 | <LI><A NAME="TOC14" HREF="fftw_2.html#SEC14">Caveats in Using Wisdom</A> |
||
33 | <LI><A NAME="TOC15" HREF="fftw_2.html#SEC15">Importing and Exporting Wisdom</A> |
||
34 | </UL> |
||
35 | </UL> |
||
36 | <LI><A NAME="TOC16" HREF="fftw_3.html#SEC16">FFTW Reference</A> |
||
37 | <UL> |
||
38 | <LI><A NAME="TOC17" HREF="fftw_3.html#SEC17">Data Types</A> |
||
39 | <LI><A NAME="TOC18" HREF="fftw_3.html#SEC18">One-dimensional Transforms Reference</A> |
||
40 | <UL> |
||
41 | <LI><A NAME="TOC19" HREF="fftw_3.html#SEC19">Plan Creation for One-dimensional Transforms</A> |
||
42 | <LI><A NAME="TOC20" HREF="fftw_3.html#SEC20">Discussion on Specific Plans</A> |
||
43 | <LI><A NAME="TOC21" HREF="fftw_3.html#SEC21">Computing the One-dimensional Transform</A> |
||
44 | <LI><A NAME="TOC22" HREF="fftw_3.html#SEC22">Destroying a One-dimensional Plan</A> |
||
45 | <LI><A NAME="TOC23" HREF="fftw_3.html#SEC23">What FFTW Really Computes</A> |
||
46 | </UL> |
||
47 | <LI><A NAME="TOC24" HREF="fftw_3.html#SEC24">Multi-dimensional Transforms Reference</A> |
||
48 | <UL> |
||
49 | <LI><A NAME="TOC25" HREF="fftw_3.html#SEC25">Plan Creation for Multi-dimensional Transforms</A> |
||
50 | <LI><A NAME="TOC26" HREF="fftw_3.html#SEC26">Computing the Multi-dimensional Transform</A> |
||
51 | <LI><A NAME="TOC27" HREF="fftw_3.html#SEC27">Destroying a Multi-dimensional Plan</A> |
||
52 | <LI><A NAME="TOC28" HREF="fftw_3.html#SEC28">What FFTWND Really Computes</A> |
||
53 | </UL> |
||
54 | <LI><A NAME="TOC29" HREF="fftw_3.html#SEC29">Real One-dimensional Transforms Reference</A> |
||
55 | <UL> |
||
56 | <LI><A NAME="TOC30" HREF="fftw_3.html#SEC30">Plan Creation for Real One-dimensional Transforms</A> |
||
57 | <LI><A NAME="TOC31" HREF="fftw_3.html#SEC31">Computing the Real One-dimensional Transform</A> |
||
58 | <LI><A NAME="TOC32" HREF="fftw_3.html#SEC32">Destroying a Real One-dimensional Plan</A> |
||
59 | <LI><A NAME="TOC33" HREF="fftw_3.html#SEC33">What RFFTW Really Computes</A> |
||
60 | </UL> |
||
61 | <LI><A NAME="TOC34" HREF="fftw_3.html#SEC34">Real Multi-dimensional Transforms Reference</A> |
||
62 | <UL> |
||
63 | <LI><A NAME="TOC35" HREF="fftw_3.html#SEC35">Plan Creation for Real Multi-dimensional Transforms</A> |
||
64 | <LI><A NAME="TOC36" HREF="fftw_3.html#SEC36">Computing the Real Multi-dimensional Transform</A> |
||
65 | <LI><A NAME="TOC37" HREF="fftw_3.html#SEC37">Array Dimensions for Real Multi-dimensional Transforms</A> |
||
66 | <LI><A NAME="TOC38" HREF="fftw_3.html#SEC38">Strides in In-place RFFTWND</A> |
||
67 | <LI><A NAME="TOC39" HREF="fftw_3.html#SEC39">Destroying a Multi-dimensional Plan</A> |
||
68 | <LI><A NAME="TOC40" HREF="fftw_3.html#SEC40">What RFFTWND Really Computes</A> |
||
69 | </UL> |
||
70 | <LI><A NAME="TOC41" HREF="fftw_3.html#SEC41">Wisdom Reference</A> |
||
71 | <UL> |
||
72 | <LI><A NAME="TOC42" HREF="fftw_3.html#SEC42">Exporting Wisdom</A> |
||
73 | <LI><A NAME="TOC43" HREF="fftw_3.html#SEC43">Importing Wisdom</A> |
||
74 | <LI><A NAME="TOC44" HREF="fftw_3.html#SEC44">Forgetting Wisdom</A> |
||
75 | </UL> |
||
76 | <LI><A NAME="TOC45" HREF="fftw_3.html#SEC45">Memory Allocator Reference</A> |
||
77 | <LI><A NAME="TOC46" HREF="fftw_3.html#SEC46">Thread safety</A> |
||
78 | </UL> |
||
79 | <LI><A NAME="TOC47" HREF="fftw_4.html#SEC47">Parallel FFTW</A> |
||
80 | <UL> |
||
81 | <LI><A NAME="TOC48" HREF="fftw_4.html#SEC48">Multi-threaded FFTW</A> |
||
82 | <UL> |
||
83 | <LI><A NAME="TOC49" HREF="fftw_4.html#SEC49">Installation and Supported Hardware/Software</A> |
||
84 | <LI><A NAME="TOC50" HREF="fftw_4.html#SEC50">Usage of Multi-threaded FFTW</A> |
||
85 | <LI><A NAME="TOC51" HREF="fftw_4.html#SEC51">How Many Threads to Use?</A> |
||
86 | <LI><A NAME="TOC52" HREF="fftw_4.html#SEC52">Using Multi-threaded FFTW in a Multi-threaded Program</A> |
||
87 | <LI><A NAME="TOC53" HREF="fftw_4.html#SEC53">Tips for Optimal Threading</A> |
||
88 | <LI><A NAME="TOC54" HREF="fftw_4.html#SEC54">Parallelization deficiencies in one-dimensional transforms</A> |
||
89 | </UL> |
||
90 | <LI><A NAME="TOC55" HREF="fftw_4.html#SEC55">MPI FFTW</A> |
||
91 | <UL> |
||
92 | <LI><A NAME="TOC56" HREF="fftw_4.html#SEC56">MPI FFTW Installation</A> |
||
93 | <LI><A NAME="TOC57" HREF="fftw_4.html#SEC57">Usage of MPI FFTW for Complex Multi-dimensional Transforms</A> |
||
94 | <LI><A NAME="TOC58" HREF="fftw_4.html#SEC58">MPI Data Layout</A> |
||
95 | <LI><A NAME="TOC59" HREF="fftw_4.html#SEC59">Usage of MPI FFTW for Real Multi-dimensional Transforms</A> |
||
96 | <LI><A NAME="TOC60" HREF="fftw_4.html#SEC60">Usage of MPI FFTW for Complex One-dimensional Transforms</A> |
||
97 | <LI><A NAME="TOC61" HREF="fftw_4.html#SEC61">MPI Tips</A> |
||
98 | </UL> |
||
99 | </UL> |
||
100 | <LI><A NAME="TOC62" HREF="fftw_5.html#SEC62">Calling FFTW from Fortran</A> |
||
101 | <UL> |
||
102 | <LI><A NAME="TOC63" HREF="fftw_5.html#SEC63">Wrapper Routines</A> |
||
103 | <LI><A NAME="TOC64" HREF="fftw_5.html#SEC64">FFTW Constants in Fortran</A> |
||
104 | <LI><A NAME="TOC65" HREF="fftw_5.html#SEC65">Fortran Examples</A> |
||
105 | </UL> |
||
106 | <LI><A NAME="TOC66" HREF="fftw_6.html#SEC66">Installation and Customization</A> |
||
107 | <UL> |
||
108 | <LI><A NAME="TOC67" HREF="fftw_6.html#SEC67">Installation on Unix</A> |
||
109 | <LI><A NAME="TOC68" HREF="fftw_6.html#SEC68">Installation on non-Unix Systems</A> |
||
110 | <LI><A NAME="TOC69" HREF="fftw_6.html#SEC69">Installing FFTW in both single and double precision</A> |
||
111 | <LI><A NAME="TOC70" HREF="fftw_6.html#SEC70"><CODE>gcc</CODE> and Pentium/PentiumPro hacks</A> |
||
112 | <LI><A NAME="TOC71" HREF="fftw_6.html#SEC71">Customizing the timer</A> |
||
113 | <LI><A NAME="TOC72" HREF="fftw_6.html#SEC72">Generating your own code</A> |
||
114 | </UL> |
||
115 | <LI><A NAME="TOC73" HREF="fftw_7.html#SEC73">Acknowledgments</A> |
||
116 | <LI><A NAME="TOC74" HREF="fftw_8.html#SEC74">License and Copyright</A> |
||
117 | <LI><A NAME="TOC75" HREF="fftw_9.html#SEC75">Concept Index</A> |
||
118 | <LI><A NAME="TOC76" HREF="fftw_10.html#SEC76">Library Index</A> |
||
119 | </UL> |
||
120 | <P><HR><P> |
||
121 | This document was generated on 18 May 1999 using the |
||
122 | <A HREF="http://wwwinfo.cern.ch/dis/texi2html/">texi2html</A> |
||
123 | translator version 1.52. (properly hacked by athena@theory.lcs.mit.edu)</P> |
||
124 | </BODY> |
||
125 | </HTML> |