#include <fft_fixed.hpp>
Definition at line 27 of file fft_fixed.hpp.
typedef R::C C |
Definition at line 32 of file fft_fixed.hpp.
typedef R::U U |
Definition at line 33 of file fft_fixed.hpp.
Definition at line 36 of file fft_fixed.hpp.
References fft_helper< D, R, steps >::half2.
Referenced by fft_helper< fft_inverse, R, steps >::tf().
00036 { 00037 fft_large_helper<D,R,half1,n2>::tf (c, stride<<half2, u, shift>>half2); 00038 fft_small_helper<D,R,half2,n1>::tf (c, stride, u, shift); 00039 }
const nat half1 = steps >> 1 [static] |
Definition at line 28 of file fft_fixed.hpp.
Definition at line 29 of file fft_fixed.hpp.
Referenced by fft_helper< fft_inverse, R, steps >::tf(), and fft_helper< D, R, steps >::tf().
Definition at line 30 of file fft_fixed.hpp.
Definition at line 31 of file fft_fixed.hpp.