stdlib_sstebz Interface

interface
public pure module subroutine stdlib_sstebz(range, order, n, vl, vu, il, iu, abstol, d, e, m, nsplit, w, iblock, isplit, work, iwork, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: range
character(len=1), intent(in) :: order
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(in) :: vl
real(kind=sp), intent(in) :: vu
integer(kind=ilp), intent(in) :: il
integer(kind=ilp), intent(in) :: iu
real(kind=sp), intent(in) :: abstol
real(kind=sp), intent(in) :: d(*)
real(kind=sp), intent(in) :: e(*)
integer(kind=ilp), intent(out) :: m
integer(kind=ilp), intent(out) :: nsplit
real(kind=sp), intent(out) :: w(*)
integer(kind=ilp), intent(out) :: iblock(*)
integer(kind=ilp), intent(out) :: isplit(*)
real(kind=sp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: iwork(*)
integer(kind=ilp), intent(out) :: info