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