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