#include <fft_fixed.hpp>
Definition at line 75 of file fft_fixed.hpp.
typedef R::C C |
Definition at line 76 of file fft_fixed.hpp.
typedef R::U U |
Definition at line 77 of file fft_fixed.hpp.
Definition at line 80 of file fft_fixed.hpp.
Referenced by fft_large_helper< D, R, steps, 1 >::tf().
00080 { 00081 fft_helper<D,R,steps>::tf (c, stride, u, shift); 00082 fft_large_helper<D,R,steps,todo-1>::tf (c, stride, u, shift); 00083 }