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

In-place DFT. More...

#include <gfftspec.h>

Inheritance diagram for GFFT::DFTk_inp< N, M, T, S >:
Inheritance graph

Public Member Functions

void apply (T *data)
 
template<class LT >
void apply (T *data, const LT *wr, const LT *wi)
 
template<class LT >
void apply (const LT *wr, const LT *wi, T *data)
 

Detailed Description

template<int_t N, int_t M, typename T, int S>
class GFFT::DFTk_inp< N, M, T, S >

Template Parameters
Nlength of the data
Mstep in the data
Tvalue type
Ssign of the transform (-1 for inverse)

Non-recursive in-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