The Elk Code
 
Loading...
Searching...
No Matches
cfftifc_fftw.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cfftifc (nd, n, sgn, c)
 
subroutine rcfftifc (nd, n, sgn, r, c)
 

Function/Subroutine Documentation

◆ cfftifc()

subroutine cfftifc ( integer, intent(in)  nd,
integer, dimension(nd), intent(in)  n,
integer, intent(in)  sgn,
complex(4), dimension(*), intent(inout)  c 
)

Definition at line 6 of file cfftifc_fftw.f90.

Here is the caller graph for this function:

◆ rcfftifc()

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.