stdlib_dpbequ Interface

interface
public pure module subroutine stdlib_dpbequ(uplo, n, kd, ab, ldab, s, scond, amax, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: kd
real(kind=dp), intent(in) :: ab(ldab,*)
integer(kind=ilp), intent(in) :: ldab
real(kind=dp), intent(out) :: s(*)
real(kind=dp), intent(out) :: scond
real(kind=dp), intent(out) :: amax
integer(kind=ilp), intent(out) :: info