00001 #ifndef FLFT_H
00002 #define FLFT_H
00003
00004
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