stdlib_zgeequb Interface

interface
public pure module subroutine stdlib_zgeequb(m, n, a, lda, r, c, rowcnd, colcnd, amax, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: m
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(in) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
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