Does anyone have any suggestions of code or sources of inspiration for arbitrary precision FFT routines? I was thinking of a type generic FFT a bit like the current julia quadrature routine in base can be used with any precision.
I might try to implement a simple generic FFT code (obviously it will be much slower than fftw) and was wondering if anyone has any suggestions/experience with this?