Toggle navigation
Fortran-lang/fftpack
Contributing and specs
Contents
Source Files
Modules
Procedures
Source Files
Modules
Procedures
zfftf
Interface
93 statements
Source File
fftpack.f90
fftpack
zfftf
Contents
None
interface
public pure subroutine zfftf(n, c, wsave)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
complex(kind=rk),
intent(inout)
::
c
(*)
real(kind=rk),
intent(in)
::
wsave
(*)
Description
Forward transform of a complex periodic sequence. (
Specification
)