stdlib_zgehd2 Interface

interface
public pure module subroutine stdlib_zgehd2(n, ilo, ihi, a, lda, tau, work, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: ilo
integer(kind=ilp), intent(in) :: ihi
complex(kind=dp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
complex(kind=dp), intent(out) :: tau(*)
complex(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info