stdlib_zgebrd Interface

interface
public pure module subroutine stdlib_zgebrd(m, n, a, lda, d, e, tauq, taup, work, lwork, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: m
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
real(kind=dp), intent(out) :: d(*)
real(kind=dp), intent(out) :: e(*)
complex(kind=dp), intent(out) :: tauq(*)
complex(kind=dp), intent(out) :: taup(*)
complex(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(in) :: lwork
integer(kind=ilp), intent(out) :: info