dfct Subroutine

public subroutine dfct(n, a, t, ip, w)

Arguments

Type IntentOptional AttributesName
integer :: n
real(kind=8) :: a(0:n)
real(kind=8) :: t(0:n/2)
integer :: ip(0:*)
real(kind=8) :: w(0:*)

Contents

None