stdlib_ztpttf Interface

interface
public pure module subroutine stdlib_ztpttf(transr, uplo, n, ap, arf, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: transr
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(in) :: ap(0_ilp:*)
complex(kind=dp), intent(out) :: arf(0_ilp:*)
integer(kind=ilp), intent(out) :: info