Toggle navigation
Fortran-lang/fftpack
Contributing and specs
Contents
Source Files
Modules
Procedures
Source Files
Modules
Procedures
dcost
Interface
93 statements
Source File
fftpack.f90
fftpack
dcost
Contents
None
interface
public pure subroutine dcost(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
Discrete fourier cosine transform of an even sequence. (
Specification
)