8 #ifndef QG_MODEL_FFT_F_H_ 9 #define QG_MODEL_FFT_F_H_ 13 void fft_fwd_f(
const int &,
const double *,
double *);
14 void fft_inv_f(
const int &,
const double *,
double *);
18 #endif // QG_MODEL_FFT_F_H_ void fft_inv_f(const int &kk, const double *ff, double *xx)
The namespace for the qg model.
void fft_fwd_f(const int &kk, const double *xx, double *ff)