stdlib_cggesx Interface

interface
public module subroutine stdlib_cggesx(jobvsl, jobvsr, sort, selctg, sense, n, a, lda, b, ldb, sdim, alpha, beta, vsl, ldvsl, vsr, ldvsr, rconde, rcondv, work, lwork, rwork, iwork, liwork, 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_c) :: selctg
character(len=1), intent(in) :: sense
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
complex(kind=sp), intent(inout) :: b(ldb,*)
integer(kind=ilp), intent(in) :: ldb
integer(kind=ilp), intent(out) :: sdim
complex(kind=sp), intent(out) :: alpha(*)
complex(kind=sp), intent(out) :: beta(*)
complex(kind=sp), intent(out) :: vsl(ldvsl,*)
integer(kind=ilp), intent(in) :: ldvsl
complex(kind=sp), intent(out) :: vsr(ldvsr,*)
integer(kind=ilp), intent(in) :: ldvsr
real(kind=sp), intent(out) :: rconde(2_ilp)
real(kind=sp), intent(out) :: rcondv(2_ilp)
complex(kind=sp), intent(out) :: work(*)
integer(kind=ilp), intent(in) :: lwork
real(kind=sp), intent(out) :: rwork(*)
integer(kind=ilp), intent(out) :: iwork(*)
integer(kind=ilp), intent(in) :: liwork
logical(kind=lk), intent(out) :: bwork(*)
integer(kind=ilp), intent(out) :: info