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

Binary reordering of array elements. More...

#include <gfftswap.h>

Public Member Functions

void apply (T *data)
 

Detailed Description

template<uint_t M, uint_t P, typename T>
class GFFT::SwapNR< M, P, T >

Template Parameters
M^Plength of the data
Tvalue type

This is C-like implementation. It has been written very similar to the one presented in the book "Numerical recipes in C++".

See Also
GFFTswap2

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