zfftb Interface

interface
public pure subroutine zfftb(n, c, wsave)

Arguments

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

Description

Unnormalized inverse of zfftf. (Specification)