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