stdlib_claqge Interface

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

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: m
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
real(kind=sp), intent(in) :: r(*)
real(kind=sp), intent(in) :: c(*)
real(kind=sp), intent(in) :: rowcnd
real(kind=sp), intent(in) :: colcnd
real(kind=sp), intent(in) :: amax
character(len=1), intent(out) :: equed