![]() |
(git:b77b4be)
|
Data Types | |
interface | fftw_alloc |
interface | fftw_dealloc |
Functions/Subroutines | |
subroutine, public | fftw3_do_cleanup (wisdom_file, ionode) |
... | |
subroutine, public | fftw3_do_init (wisdom_file) |
... | |
subroutine, public | fftw3_get_lengths (data, max_length) |
... | |
subroutine, public | fftw3_create_plan_3d (plan, zin, zout, plan_style) |
... | |
subroutine, public | fftw33d (plan, scale, zin, zout, stat) |
... | |
subroutine, public | fftw3_create_plan_1dm (plan, zin, zout, plan_style) |
... | |
subroutine, public | fftw3_destroy_plan (plan) |
... | |
subroutine, public | fftw31dm (plan, zin, zout, scale, stat) |
... | |
subroutine, public fftw3_lib::fftw3_do_cleanup | ( | character(len=*), intent(in) | wisdom_file, |
logical | ionode | ||
) |
...
wisdom_file | ... |
ionode | ... |
Definition at line 196 of file fftw3_lib.F.
subroutine, public fftw3_lib::fftw3_do_init | ( | character(len=*), intent(in) | wisdom_file | ) |
...
wisdom_file | ... |
Definition at line 238 of file fftw3_lib.F.
subroutine, public fftw3_lib::fftw3_get_lengths | ( | integer, dimension(*) | data, |
integer, intent(inout) | max_length | ||
) |
...
DATA | ... |
max_length | ... |
Definition at line 352 of file fftw3_lib.F.
subroutine, public fftw3_lib::fftw3_create_plan_3d | ( | type(fft_plan_type), intent(inout) | plan, |
complex(kind=dp), dimension(*), intent(inout) | zin, | ||
complex(kind=dp), dimension(*), intent(inout) | zout, | ||
integer | plan_style | ||
) |
...
plan | ... |
zin | ... |
zout | ... |
plan_style | ... |
Definition at line 772 of file fftw3_lib.F.
subroutine, public fftw3_lib::fftw33d | ( | type(fft_plan_type), intent(in) | plan, |
real(kind=dp), intent(in) | scale, | ||
complex(kind=dp), dimension(*), intent(inout), target | zin, | ||
complex(kind=dp), dimension(*), intent(inout), target | zout, | ||
integer, intent(out) | stat | ||
) |
...
plan | ... |
scale | ... |
zin | ... |
zout | ... |
stat | ... |
Definition at line 1023 of file fftw3_lib.F.
subroutine, public fftw3_lib::fftw3_create_plan_1dm | ( | type(fft_plan_type), intent(inout) | plan, |
complex(kind=dp), dimension(*), intent(in) | zin, | ||
complex(kind=dp), dimension(*), intent(in) | zout, | ||
integer, intent(in) | plan_style | ||
) |
...
plan | ... |
zin | ... |
zout | ... |
plan_style | ... |
Definition at line 1114 of file fftw3_lib.F.
subroutine, public fftw3_lib::fftw3_destroy_plan | ( | type(fft_plan_type), intent(inout) | plan | ) |
...
plan | ... |
Definition at line 1210 of file fftw3_lib.F.
subroutine, public fftw3_lib::fftw31dm | ( | type(fft_plan_type), intent(in) | plan, |
complex(kind=dp), dimension(*), intent(in), target | zin, | ||
complex(kind=dp), dimension(*), intent(inout), target | zout, | ||
real(kind=dp), intent(in) | scale, | ||
integer, intent(out) | stat | ||
) |
...
plan | ... |
zin | ... |
zout | ... |
scale | ... |
stat | ... |
Definition at line 1246 of file fftw3_lib.F.