algebramix_doc 0.3
fft_helper< D, R, steps > Struct Template Reference

#include <fft_fixed.hpp>

List of all members.

Public Types

Static Public Member Functions

Static Public Attributes


Detailed Description

template<typename D, typename R, nat steps>
struct mmx::fft_helper< D, R, steps >

Definition at line 27 of file fft_fixed.hpp.


Member Typedef Documentation

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.


Member Function Documentation

static void tf ( C c,
nat  stride,
U u,
nat  shift 
) [inline, static]

Member Data Documentation

const nat half1 = steps >> 1 [static]

Definition at line 28 of file fft_fixed.hpp.

const nat half2 = steps - half1 [static]
const nat n1 = 1 << half1 [static]

Definition at line 30 of file fft_fixed.hpp.

const nat n2 = 1 << half2 [static]

Definition at line 31 of file fft_fixed.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines