Toggle navigation
Fortran-lang/fftpack
Contributing and specs
Contents
Source Files
Modules
Procedures
Source Files
Modules
Procedures
dfftb
Interface
93 statements
Source File
fftpack.f90
fftpack
dfftb
Contents
None
interface
public pure subroutine dfftb(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
Unnormalized inverse of
dfftf
. (
Specification
)