Generative Fast Fourier Transforms (GFFT)
0.3
|
Files | |
file | cgfft_inp.cpp |
Sample program to represent GFFT usage. | |
file | cgfft_oop.cpp |
Sample program to represent GFFT usage. | |
file | finit.h [code] |
Initialization of object factory. | |
file | gfft.cpp |
Sample program to represent GFFT usage. | |
file | gfft.h [code] |
Main include file, which just include all other headers. | |
file | gfft_inp.cpp |
Sample program to represent GFFT usage. | |
file | gfft_oop.cpp |
Sample program to represent GFFT usage. | |
file | gfftalg.h [code] |
Recursive FFT algorithms. | |
file | gfftalgfreq.h [code] |
Recursive decimation in-frequency FFT algorithms (obsolete) | |
file | gfftcaller.h [code] |
Caller classes. | |
file | gfftdoc.h [code] |
General GFFT documentation. | |
file | gfftfactor.h [code] |
Factorization meta-algorithms. | |
file | gfftgen.h [code] |
Configuration and generation classes. | |
file | gfftomp.h [code] |
Parallelization template classes using OpenMP standard. | |
file | gfftparamgroups.h [code] |
GFFT parameter group classes. | |
file | gfftpolicy.h [code] |
Policy classes. | |
file | gfftspec.h [code] |
Short-radix FFT specifications. | |
file | gfftstdalg.h [code] |
Recursive FFT algorithms on "complex" data types like std::complex. | |
file | gfftstdspec.h [code] |
Short-radix FFT specifications for "complex" types like std::complex. | |
file | gfftswap.h [code] |
Reordering of data for FFT. | |
file | metacomplex.h [code] |
Compile-time computing of complex numbers. | |
file | metaf.cpp |
Sample program to test meta functions. | |
file | metafunc.h [code] |
Compile-time computing of trigonometric functions. | |
file | metapi.cpp |
Program to demonstrate compile-time computation of PI with arbitrary accuracy. | |
file | metapow.h [code] |
Compile-time computing of power function. | |
file | metaroot.h [code] |
Compile-time computing of complex roots of unity. | |
file | numtypelist.h [code] |
file | pseudometafunc.h [code] |
Runtime computing of functions as series of compile-time instantiated template classes. | |
file | sbigint.h [code] |
Compile-time big integer implementation based on Numlist compile-time arrays. | |
file | sdecimal.h [code] |
file | sint.h [code] |
Definition of holders for static integer types. | |
file | srational.h [code] |
file | thirdparty.h [code] |
Check GFFT results comparing to FFTW and NR. | |
file | typelistext.h [code] |
Some extentions to the template metaalgorithms on typelists from Typelist.h of the Loki library by Andrei Alexandrescu (see his book "Modern C++ design" and www.moderncppdesign.com). | |
file | typelistgen.h [code] |
Typelist generation classes. | |