seanshee
- 3
- 0
Does someone have an effective two-dimensional FFT subroutine in Fortran 77?
The discussion revolves around finding an effective two-dimensional Fast Fourier Transform (FFT) subroutine in Fortran 77. Participants explore various libraries and resources for implementing FFTs, considering efficiency and ease of use.
Participants generally agree on the importance of using established libraries for FFT implementations, but there are multiple competing views regarding which library is the best option, with no consensus reached on a single recommended solution.
Some limitations include the potential differences in performance between libraries, the varying definitions of "effective" versus "efficient," and the dependency on specific use cases or system compatibility.