I am looking to compile KISS_FFT (Keep it simple stupid) so that it can accept an array of double as input and output an array of doubles.
KISS_FFT is a library which does a fast Fourier Transformation on a set of data and outputs the result. By default it looks like it uses the float data type.