stdlib_zgeev Interface

interface
public module subroutine stdlib_zgeev(jobvl, jobvr, n, a, lda, w, vl, ldvl, vr, ldvr, work, lwork, rwork, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: jobvl
character(len=1), intent(in) :: jobvr
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
complex(kind=dp), intent(out) :: w(*)
complex(kind=dp), intent(out) :: vl(ldvl,*)
integer(kind=ilp), intent(in) :: ldvl
complex(kind=dp), intent(out) :: vr(ldvr,*)
integer(kind=ilp), intent(in) :: ldvr
complex(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(in) :: lwork
real(kind=dp), intent(out) :: rwork(*)
integer(kind=ilp), intent(out) :: info