![]() |
(git:73f2880)
|
Functions/Subroutines | |
| subroutine, public | fftsg_do_init () |
| ... | |
| subroutine, public | fftsg_do_cleanup () |
| ... | |
| subroutine, public | fftsg_get_lengths (data, max_length) |
| ... | |
| subroutine, public | fftsg3d (fft_in_place, fsign, scale, n, zin, zout) |
| ... | |
| subroutine, public | fftsg1dm (fsign, trans, n, m, zin, zout, scale) |
| ... | |
| subroutine, public fftsg_lib::fftsg_do_init |
| subroutine, public fftsg_lib::fftsg_do_cleanup |
| subroutine, public fftsg_lib::fftsg_get_lengths | ( | integer, dimension(*) | data, |
| integer, intent(inout) | max_length | ||
| ) |
...
| DATA | ... |
| max_length | ... |
Definition at line 47 of file fftsg_lib.F.
| subroutine, public fftsg_lib::fftsg3d | ( | logical, intent(in) | fft_in_place, |
| integer, intent(inout) | fsign, | ||
| real(kind=dp), intent(in) | scale, | ||
| integer, dimension(*), intent(in) | n, | ||
| complex(kind=dp), dimension(*), intent(inout) | zin, | ||
| complex(kind=dp), dimension(*), intent(inout) | zout | ||
| ) |
...
| fft_in_place | ... |
| fsign | ... |
| scale | ... |
| n | ... |
| zin | ... |
| zout | ... |
Definition at line 78 of file fftsg_lib.F.
| subroutine, public fftsg_lib::fftsg1dm | ( | integer, intent(inout) | fsign, |
| logical, intent(in) | trans, | ||
| integer, intent(in) | n, | ||
| integer, intent(in) | m, | ||
| complex(kind=dp), dimension(*), intent(inout) | zin, | ||
| complex(kind=dp), dimension(*), intent(out) | zout, | ||
| real(kind=dp), intent(in) | scale | ||
| ) |
...
| fsign | ... |
| trans | ... |
| n | ... |
| m | ... |
| zin | ... |
| zout | ... |
| scale | ... |
Definition at line 135 of file fftsg_lib.F.