mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.5 KiB

  1. [I] Fastest Fourier Transform in The West
  2. [T] FFTW is a C subroutine library for computing the
  3. [T] Discrete Fourier Transform (DFT) in one or more
  4. [T] dimensions, of both real and complex data, and of
  5. [T] arbitrary input size. We believe that FFTW, which is
  6. [T] free software, should become the FFT library of c
  7. [T] choice for most applications. Our benchmarks, performed
  8. [T] on on a variety of platforms, show that FFTW's
  9. [T] performance is typically superior to that of other publicly
  10. [T] available FFT software. Moreover, FFTW's performance
  11. [T] is portable: the program will perform well on
  12. [T] most architectures without modification.
  13. [T]
  14. [T] It is difficult to summarize in a few words all the
  15. [T] complexities that arise when testing many programs, and
  16. [T] there is no "best" or "fastest" program. However,
  17. [T] FFTW appears to be the fastest program most of the
  18. [T] time for in-order transforms, especially in the
  19. [T] multi-dimensional and real-complex cases (Kasparov is
  20. [T] the best chess player in the world even though he
  21. [T] loses some games). Hence the name, "FFTW," which
  22. [T] stands for the somewhat whimsical title of "Fastest
  23. [T] Fourier Transform in the West." Please visit the
  24. [T] benchFFT home page for a more extensive survey of
  25. [T] the results. It comes with a MPI version and Matlab
  26. [T] wrappers.
  27. [U] http://www.fftw.org
  28. [A] Matteo Frigo <athena@fftw.org>
  29. [M] Chris Efant <rock@sirkull.org>
  30. [C] extra/scientific
  31. [L] GPL
  32. [S] Stable
  33. [V] 3.0.1
  34. [P] X -----5---9 686.000
  35. [D] 3202325541 fftw-3.0.1.tar.gz http://www.fftw.org/