Categories
BFFFT
Using a simple array as input, a 2-dimensional Fast Fourier Transform consists of two one-dimensional FFTs performed (for instance) on each line first, and on each column next. An important limitation in FFT computer applications dealing with large arrays is the fact that the algorithm is not well suited to parallelization, due to the huge amount of data that has to be transfered between computers. Since the transfers are proportional to the number of operations, network time soon becomes prominent when the number of processors is high. This program uses vectorization as an alternative to parallelization methods.
Last updated 23 Aug, 2006
About
Leadership
- Nicolas Riesz - Maintainer
- Paul Swarztrauber - Contributor
Requirements
- OFFT (Use Requirement)
Versions
NO_VERSION_DATA
NO_VERSION_DATA
- Released: 1 Jan, 1970
- Code Maturity: Stable
- Source Archive: http://romo661.free.fr/bffft.f90
- Licenses: GPLv2orlater
- Interfaces: Command Line
User Community and Support
<docs>



