FV3 Bundle
|
#include "model/fft_f.h"
#include <unsupported/Eigen/FFT>
#include <cmath>
#include <vector>
#include "oops/util/Logger.h"
Go to the source code of this file.
Namespaces | |
qg | |
The namespace for the qg model. | |
Functions | |
void | qg::fft_fwd_f (const int &kk, const double *xx, double *ff) |
void | qg::fft_inv_f (const int &kk, const double *ff, double *xx) |