Toggle navigation
Fortran-lang/fftpack
Contributing and specs
Contents
Source Files
Modules
Procedures
Source Files
Modules
Procedures
zffti
Interface
93 statements
Source File
fftpack.f90
fftpack
zffti
Contents
None
interface
public pure subroutine zffti(n, wsave)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
n
real(kind=rk),
intent(out)
::
wsave
(*)
Description
Initialize
zfftf
and
zfftb
. (
Specification
)