dzfftb Interface

interface
public pure subroutine dzfftb(n, r, azero, a, b, wsave)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=rk), intent(out) :: r(*)
real(kind=rk), intent(in) :: azero
real(kind=rk), intent(in) :: a(*)
real(kind=rk), intent(in) :: b(*)
real(kind=rk), intent(in) :: wsave(*)

Description

Unnormalized inverse of dzfftf. (Specification)