stdlib_zgbequb Interface

interface
public pure module subroutine stdlib_zgbequb(m, n, kl, ku, ab, ldab, r, c, rowcnd, colcnd, amax, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: m
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kl
integer(kind=ilp), intent(in) :: ku
complex(kind=dp), intent(in) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
real(kind=dp), intent(out) :: r(*)
real(kind=dp), intent(out) :: c(*)
real(kind=dp), intent(out) :: rowcnd
real(kind=dp), intent(out) :: colcnd
real(kind=dp), intent(out) :: amax
integer(kind=ilp), intent(out) :: info