Generative Fast Fourier Transforms (GFFT)
0.3
|
Abstract interface class to build GFFT object factory. More...
#include <gfftpolicy.h>
Public Member Functions | |
virtual void | fft (T *)=0 |
This class represents basic interface for GFFT classes. In other words, it shares the function fft(T*) between classes that represent FFT of different lengths and types.