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