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