Whole document tree FFTWFor version 2.1.3, 7 November 1999
(1)The output for the
multi-dimensional rfftw is a more-conventional array of
(2)The basic problem is the resolution of the clock: FFTW needs to run for a certain time for the clock to be reliable. (3)
(4)The etymologically-correct spelling would be
(5)There is one exception: when performing
one-dimensional in-place transforms, the (6)The 1D
transforms require much more communication. All the communication in
our FFT routines takes the form of an all-to-all communication: the
multi-dimensional transforms require two all-to-all communications (or
one, if you use (7)An FFT is particularly hard on communications systems, as it requires an all-to-all communication, which is more or less the worst possible case. (8)Technically, Fortran 77 identifiers are not allowed to have more than 6 characters, nor may they contain underscores. Any compiler that enforces this limitation doesn't deserve to link to FFTW. (9)Each version of This document was generated on 5 March 2002 using the texi2html translator version 1.52. (properly hacked by athena@theory.lcs.mit.edu) |