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

c2f.h

Go to the documentation of this file.
00001 
00006 #ifndef C2F_H
00007 #define C2F_H
00008 
00009 #include <complex.h>
00010 
00022 void cheb2exp_old(complex *f_hat, complex **cheb, int M, int N);
00023 
00035 void cheb2exp_adjoint_old(complex *f_hat, complex **cheb, int M, int N);
00036 
00037 #endif

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