(git:374b731)
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.
 
subroutine, public fft_lib::fft_do_init (fft_type, wisdom_file)
 ...
 
subroutine, public fft_lib::fft_do_cleanup (fft_type, wisdom_file, ionode)
 ...
 
subroutine, public fft_lib::fft_get_lengths (fft_type, data, max_length)
 ...
 
subroutine, public fft_lib::fft_create_plan_3d (plan, fft_type, fft_in_place, fsign, n, zin, zout, plan_style)
 ...
 
subroutine, public fft_lib::fft_3d (plan, scale, zin, zout, stat)
 ...
 
subroutine, public fft_lib::fft_create_plan_1dm (plan, fft_type, fsign, trans, n, m, zin, zout, plan_style)
 ...
 
subroutine, public fft_lib::fft_destroy_plan (plan)
 ...
 
subroutine, public fft_lib::fft_1dm (plan, zin, zout, scale, stat)
 ...