|
Generative Fast Fourier Transforms (GFFT)
0.3
|
Sample program to represent GFFT usage. More...

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[]) |