4 use,
intrinsic :: iso_c_binding
13 public c_double_complex, c_ptr, fftw_backward, fftw_forward, fftw_estimate, fftw_plan_many_dft_r2c, &
14 fftw_plan_many_dft_c2r, fftw_plan_many_dft, fftw_execute_dft, fftw_execute_dft_c2r, fftw_execute_dft_r2c, fftw_destroy_plan
Wrapper around the FFTW3 bindings. This will privatise by default all of FFTW3 apart from the calls t...