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