Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

flft.h

00001 #ifndef FLFT_H
00002 #define FLFT_H
00003 
00004 /* Internal API */
00005 #include "api_old.h"
00006 
00023 void flft_old(const int M, const int t, const int n, complex *const f_hat, 
00024           struct nfsft_wisdom_old *const wisdom, int *nstab, int *ntotal);
00025 
00042 void flft_adjoint_old(const int M, const int t, const int n, complex *const f_hat, 
00043                   struct nfsft_wisdom_old *const wisdom);
00044 
00045 void flft_stab_old(const int M, const int t, const int n, complex *const f_hat, 
00046                struct nfsft_wisdom_old *const wisdom, int *nstab, int *ntotal);
00047 
00048 #endif

Generated on Wed May 10 20:39:39 2006 for NFFT by  doxygen 1.4.4