Hello. This is one of the most useful FFT libraries I've seen - it doesn't call out to any C libraries, and is unencumbered with license restrictions. I'd like to help make it more useful.
I propose generalising the type signatures from Complex Double to Floating a => Complex a. This makes it efficient on 32 bit architectures. I'm happy to help if you'd accept the patch once the work is done.
Hello. This is one of the most useful FFT libraries I've seen - it doesn't call out to any C libraries, and is unencumbered with license restrictions. I'd like to help make it more useful.
I propose generalising the type signatures from Complex Double to Floating a => Complex a. This makes it efficient on 32 bit architectures. I'm happy to help if you'd accept the patch once the work is done.