fft_fixed_helper< R, steps > Struct Template Reference

#include <fft_fixed.hpp>

List of all members.

Public Types

Static Public Member Functions


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

typedef R::C C

Definition at line 130 of file fft_fixed.hpp.

typedef R::U U

Definition at line 131 of file fft_fixed.hpp.


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.

00134                                                        {
00135     if (s < steps) fft_fixed_helper<R,steps>::
00136                      template transform<D> (s, c, stride, u, shift);
00137     else fft_helper<D,R,steps>::tf (c, stride, u, shift);
00138   }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1