ltfat / libltfat

Backend library for LTFAT
http://ltfat.github.io/libltfat
GNU General Public License v3.0
12 stars 2 forks source link

Consider switching to FFTW guru64 functions #12

Closed susnak closed 6 years ago

susnak commented 8 years ago

The regular FFTW interfaces work with ints. Since ltfatInt ltfat_int is ptrdiff_t, it would make sense to use guru64 interfaces

susnak commented 6 years ago

FFT is now in a wrapper which uses the guru64 interfaces.