dfftf Interface

interface
public pure subroutine dfftf(n, r, wsave)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=rk), intent(inout) :: r(*)
real(kind=rk), intent(in) :: wsave(*)

Description

Forward transform of a real periodic sequence. (Specification)