Subversion Repositories shark

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 pj 1
S 0 Index
2
S 1 Introduction and General Information
3
Q whatisfftw 1.1 What is FFTW?
4
Q whereisfftw 1.2 How do I obtain FFTW?
5
Q isfftwfree 1.3 Is FFTW free software?
6
Q nonfree 1.4 What is this about non-free licenses?
7
S 2 Installing FFTW
8
Q systems 2.1 Which systems does FFTW run on?
9
Q runOnDOS 2.2 Does FFTW run on DOS/Windows?
10
Q compilerCrashes 2.3 My compiler crashes when compiling FFTW.
11
Q solarisSucks 2.4 FFTW does not compile on Solaris, complaining about \courier{const\}.
12
Q languages 2.5 Which language is FFTW written in?
13
Q fortran 2.6 Can I call FFTW from FORTRAN?
14
Q cplusplus 2.7 Can I call FFTW from C++?
15
Q whynotfortran 2.8 Why isn't FFTW written in FORTRAN/C++?
16
Q singleprec 2.9 How do I compile FFTW to run in single precision?
17
S 3 Using FFTW
18
Q slow 3.1 FFTW seems really slow.
19
Q conventions 3.2 FFTW gives results different from my old FFT.
20
Q savePlans 3.3 Can I save FFTW's plans?
21
Q whyscaled 3.4 Why does your inverse transform return a scaled result?
22
Q centerorigin 3.5 How can I make FFTW put the origin (zero frequency) at the center of its output?
23
Q imageaudio 3.6 How do I FFT an image/audio file in \italic{foobar\} format?
24
Q linkfails 3.7 My program does not link (on Unix).
25
S 4 Internals of FFTW
26
Q howworks 4.1 How does FFTW work?
27
Q whyfast 4.2 Why is FFTW so fast?
28
Q wisdom 4.3 What is this \courier{wisdom\} thing?
29
Q whywisdom 4.4 Why do you use \courier{wisdom\}? I just wanted to save a plan.
30
S 5 Known bugs
31
Q rfftwndbug 5.1 FFTW 1.1 crashes in rfftwnd on Linux.
32
Q fftwmpibug 5.2 The MPI transforms in FFTW 1.2 give incorrect results/leak memory.
33
Q testsingbug 5.3 The test programs in FFTW 1.2.1 fail when I change FFTW to use single precision.
34
Q teststoobig 5.4 The test program in FFTW 1.2.1 fails for n > 46340.
35
Q linuxthreads 5.5 The threaded code fails on Linux Redhat 5.0
36
Q bigrfftwnd 5.6 FFTW 2.0's rfftwnd fails for rank > 1 transforms with a final dimension >= 65536.
37
Q primebug 5.7 FFTW 2.0's complex transforms give the wrong results with prime factors 17 to 97.
38
Q mpichbug 5.8 FFTW 2.1.1's MPI test programs crash with MPICH.