Toggle navigation
Fortran-lang/fftpack
Contributing and specs
Contents
Source Files
Modules
Procedures
Source Files
Modules
Procedures
idct
Interface
experimental
8 statements
Source File
fftpack.f90
fftpack
idct
Contents
Functions
idct_rk
public interface idct
Inverse discrete cosine transforms. (
Specification
)
Contents
Functions
idct_rk
Functions
private pure module function idct_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, (:)