Ditch FFTW for scipy
It seems that the new scipy.fft
module is fast, actually even faster than FFTW for 2D when using enough threads.
Ditching FFTW would be beneficial because of the plans computation.
It seems that the new scipy.fft
module is fast, actually even faster than FFTW for 2D when using enough threads.
Ditching FFTW would be beneficial because of the plans computation.