scijs / ndarray-fft

FFT for ndarrays
MIT License
48 stars 3 forks source link

Switch to using Mayer-FFT routines for radix-2 FFT #2

Open mikolalysenko opened 10 years ago

mikolalysenko commented 10 years ago

Eventually anyway. The current implementation is not adequately optimized. Maybe some FFTW-style approach would be the best long term.