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 *);
The namespace for the qg model.
void fft_inv_f(const int &kk, const double *ff, double *xx)
void fft_fwd_f(const int &kk, const double *xx, double *ff)