4 #ifndef CPPQEDCORE_UTILS_FFT_H_INCLUDED
5 #define CPPQEDCORE_UTILS_FFT_H_INCLUDED
54 #endif // CPPQEDCORE_UTILS_FFT_H_INCLUDED
Fast Fourier transformation.
The class that is (meant to be, at least) the base of all exceptions in the framework.
void transform(A &, Direction)
Radix-2 FFT transformation for complex data.
“backward” from k- to x-space
“forward” from x- to k-space (by convention)
Direction
direction of FFT
const Direction reverse(Direction dir)
reverses the direction
Defines tentative base classes for the exception classes of the framework.