Generative Fast Fourier Transforms (GFFT)  0.3
Public Member Functions | List of all members
GFFT::DFTk< N, SI, DI, T, S > Class Template Reference

Out-of-place DFT. More...

#include <gfftspec.h>

Inheritance diagram for GFFT::DFTk< N, SI, DI, T, S >:
Inheritance graph

Public Member Functions

void apply (const T *src, T *dst)
 

Detailed Description

template<int_t N, int_t SI, int_t DI, typename T, int S>
class GFFT::DFTk< N, SI, DI, T, S >

Template Parameters
Nlength of the data
SIstep in the source data
DIstep in the result data
Tvalue type
Ssign of the transform (-1 for inverse)

Non-recursive out-of-place DFT for a general (odd) length with short-radix specializations for N=2,3


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

Generated on Mon Feb 10 2014 for Generative Fast Fourier Transforms (GFFT) by DoxyGen 1.8.3.1