#include <complex.h>
Go to the source code of this file.
Functions | |
void | cheb2exp_old (complex *f_hat, complex **cheb, int M, int N) |
Converts Chebyshev coefficients to Fourier coefficients. | |
void | cheb2exp_adjoint_old (complex *f_hat, complex **cheb, int M, int N) |
Adjoint algorithm for cheb2exp_old. |