#include <fft_fixed.hpp>
List of all members.
Public Types
- typedef R::C C
 - typedef R::U U
 
Static Public Member Functions
- template<typename D > static void transform (nat s, C *c, nat stride, U *u, nat shift)
 
Detailed Description
template<typename R, nat steps>
struct mmx::fft_fixed_helper< R, steps >
Definition at line 129 of file fft_fixed.hpp.
Member Typedef Documentation
Member Function Documentation
      
        
          | static void transform  | 
          ( | 
          nat  | 
          s,  | 
        
        
           | 
           | 
          C *  | 
          c,  | 
        
        
           | 
           | 
          nat  | 
          stride,  | 
        
        
           | 
           | 
          U *  | 
          u,  | 
        
        
           | 
           | 
          nat  | 
          shift  | 
        
        
           | 
          ) | 
           |  [inline, static] | 
        
      
 
Definition at line 134 of file fft_fixed.hpp.
References mmx::shift().
                                                       {
    if (s < steps) fft_fixed_helper<R,steps>::
                     template transform<D> (s, c, stride, u, shift);
    else fft_helper<D,R,steps>::tf (c, stride, u, shift);
  }
 
 
 
The documentation for this struct was generated from the following file:
- /Users/mourrain/Devel/mmx/algebramix/include/algebramix/fft_fixed.hpp