Toggle navigation
Fortran-lang/fftpack
Contributing and specs
Contents
Source Files
Modules
Procedures
Source Files
Modules
Procedures
dct
Interface
experimental
7 statements
Source File
fftpack.f90
fftpack
dct
Contents
Functions
dct_rk
public interface dct
Discrete fourier cosine (forward) transform of an even sequence. (
Specification
)
Contents
Functions
dct_rk
Functions
private pure module function dct_rk(x, n) result(result)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=rk),
intent(in)
::
x
(:)
integer,
intent(in),
optional
::
n
Return Value
real(kind=rk), allocatable, (:)