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