Unify radix2 forward transforms over real and complex types
The individual real and complex defmfuns for forward transforms have been removed from fft-real.lisp and fft-complex.lisp and unified in fft-interface.lisp as forward-fourier-transform-radix2 and forward-fourier-transform-nonradix2. This is untested and is meant to experiment with unification of the functions; if successful, the other functions should be changed as similarly, and radix2/non-radix2 switch incorporated if possible.
Showing
- fast-fourier-transforms/fft-complex.lisp 1 addition, 29 deletionsfast-fourier-transforms/fft-complex.lisp
- fast-fourier-transforms/fft-interface.lisp 45 additions, 15 deletionsfast-fourier-transforms/fft-interface.lisp
- fast-fourier-transforms/fft-real.lisp 0 additions, 31 deletionsfast-fourier-transforms/fft-real.lisp
- init/defmfun-single.lisp 20 additions, 19 deletionsinit/defmfun-single.lisp
Please register or sign in to comment