stdlib_dspevx Interface

interface
public module subroutine stdlib_dspevx(jobz, range, uplo, n, ap, vl, vu, il, iu, abstol, m, w, z, ldz, work, iwork, ifail, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: jobz
character(len=1), intent(in) :: range
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: ap(*)
real(kind=dp), intent(in) :: vl
real(kind=dp), intent(in) :: vu
integer(kind=ilp), intent(in) :: il
integer(kind=ilp), intent(in) :: iu
real(kind=dp), intent(in) :: abstol
integer(kind=ilp), intent(out) :: m
real(kind=dp), intent(out) :: w(*)
real(kind=dp), intent(out) :: z(ldz,*)
integer(kind=ilp), intent(in) :: ldz
real(kind=dp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: iwork(*)
integer(kind=ilp), intent(out) :: ifail(*)
integer(kind=ilp), intent(out) :: info