Go to the source code of this file.
Functions/Subroutines | |
| subroutine | cfftifc (nd, n, sgn, c) |
| subroutine | rcfftifc (nd, n, sgn, r, c) |
| subroutine cfftifc | ( | integer, intent(in) | nd, |
| integer, dimension(nd), intent(in) | n, | ||
| integer, intent(in) | sgn, | ||
| complex(4), dimension(*), intent(inout) | c | ||
| ) |
| subroutine rcfftifc | ( | integer, intent(in) | nd, |
| integer, dimension(nd), intent(in) | n, | ||
| integer, intent(in) | sgn, | ||
| real(4), dimension(*), intent(inout) | r, | ||
| complex(4), dimension(*), intent(inout) | c | ||
| ) |
Definition at line 31 of file cfftifc_fftw.f90.