Generative Fast Fourier Transforms (GFFT)  0.3
Typedefs | Functions
gfft.cpp File Reference

Sample program to represent GFFT usage. More...

#include <iostream>
#include "loki/static_check.h"
#include "gfft.h"
#include "../test/nrfft.h"
Include dependency graph for gfft.cpp:

Typedefs

typedef DOUBLE ValueType
 
typedef OUT_OF_PLACE Place
 
typedef GenerateTransform
< NList, ValueType,
TransformTypeGroup::FullList,
SIntID
< 1 >, ParallelizationGroup::Default,
Place
TransformSet
 

Functions

void cdft1 (double *output_data, const double *input_data, const unsigned int size, bool inverse)
 
void cdft2 (double *output_data, const double *input_data, const unsigned int size, bool inverse)
 
typedef TYPELIST_1 (SIntID< N >) NList
 
int main (int argc, char *argv[])
 

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