|
|
|
|
|
by shabble
5262 days ago
|
|
For the plain ol' FFT, I've found the "Fastest Fourier in the West": http://www.fftw.org/ to be an excellent library, which implements a whole bunch of different solvers, and picks the appropriate ones to use for your data. Hopefully this new algorithm can be added to their toolbox in the future. |
|