stdlib_zgges Interface

interface
public module subroutine stdlib_zgges(jobvsl, jobvsr, sort, selctg, n, a, lda, b, ldb, sdim, alpha, beta, vsl, ldvsl, vsr, ldvsr, work, lwork, rwork, bwork, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: jobvsl
character(len=1), intent(in) :: jobvsr
character(len=1), intent(in) :: sort
procedure(stdlib_selctg_z) :: selctg
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
complex(kind=dp), intent(inout) :: b(ldb,*)
integer(kind=ilp), intent(in) :: ldb
integer(kind=ilp), intent(out) :: sdim
complex(kind=dp), intent(out) :: alpha(*)
complex(kind=dp), intent(out) :: beta(*)
complex(kind=dp), intent(out) :: vsl(ldvsl,*)
integer(kind=ilp), intent(in) :: ldvsl
complex(kind=dp), intent(out) :: vsr(ldvsr,*)
integer(kind=ilp), intent(in) :: ldvsr
complex(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(in) :: lwork
real(kind=dp), intent(out) :: rwork(*)
logical(kind=lk), intent(out) :: bwork(*)
integer(kind=ilp), intent(out) :: info