Generative Fast Fourier Transforms (GFFT)  0.3
Public Member Functions | List of all members
GFFT::AbstractFFT_inp< T > Class Template Referenceabstract

Abstract interface class to build GFFT object factory. More...

#include <gfftpolicy.h>

Public Member Functions

virtual void fft (T *)=0
 

Detailed Description

template<typename T>
class GFFT::AbstractFFT_inp< T >

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.


The documentation for this class was generated from the following file:

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