(git:92574dc)
Loading...
Searching...
No Matches
fft_lib.F File Reference

Go to the source code of this file.

Modules

module  fft_lib

Functions/Subroutines

integer function, public fft_lib::fft_library (fftlib)
 Interface to FFT libraries.
logical function, public fft_lib::fft_supports_arbitrary_lengths ()
 Query whether the active FFT backend supports arbitrary transform lengths.
subroutine, public fft_lib::fft_do_init (fftlib, plan_style, wisdom_file)
 ...
subroutine, public fft_lib::fft_do_cleanup (wisdom_file, ionode)
 ...
subroutine, public fft_lib::fft_get_lengths (data, max_length)
 ...
subroutine, public fft_lib::fft_create_plan_3d (plan, fft_in_place, fsign, n, zin, zout)
 ...
subroutine, public fft_lib::fft_3d (plan, scale, zin, zout, stat)
 ...
subroutine, public fft_lib::fft_create_plan_1d (plan, fsign, trans_in, trans_out, ldx_in, ldx_out, n, m, zin, zout)
 ...
subroutine, public fft_lib::fft_destroy_plan (plan)
 ...
subroutine, public fft_lib::fft_1d (plan, zin, zout, scale, stat)
 ...