idct Interface

public interface idct

Discrete fourier cosine (backward) transform of an even sequence. (Specification)


Contents


Module Procedures

private pure module function dct_rk(x, n) result(result)

Arguments

Type IntentOptional AttributesName
real(kind=rk), intent(in) :: x(:)
integer, intent(in), optional :: n

Return Value real(kind=rk), allocatable, (:)