dcost Interface

interface
public pure subroutine dcost(n, x, wsave)

Arguments

Type IntentOptional 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)