stdlib_slarrc Interface

interface
public pure module subroutine stdlib_slarrc(jobt, n, vl, vu, d, e, pivmin, eigcnt, lcnt, rcnt, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: jobt
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(in) :: vl
real(kind=sp), intent(in) :: vu
real(kind=sp), intent(in) :: d(*)
real(kind=sp), intent(in) :: e(*)
real(kind=sp), intent(in) :: pivmin
integer(kind=ilp), intent(out) :: eigcnt
integer(kind=ilp), intent(out) :: lcnt
integer(kind=ilp), intent(out) :: rcnt
integer(kind=ilp), intent(out) :: info