#include <fft_fixed.hpp>
Definition at line 102 of file fft_fixed.hpp.
typedef R::C C |
Definition at line 103 of file fft_fixed.hpp.
typedef R::U U |
Definition at line 104 of file fft_fixed.hpp.
Definition at line 107 of file fft_fixed.hpp.
Referenced by fft_small_helper< D, R, steps, 1 >::tf().
00107 { 00108 fft_helper<D,R,steps>::tf (c, stride, u, shift); 00109 fft_small_helper<D,R,steps,todo-1>::tf (c, stride, u, shift + (1<<steps)); 00110 }