stdlib_dspgv Interface

interface
public module subroutine stdlib_dspgv(itype, jobz, uplo, n, ap, bp, w, z, ldz, work, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: itype
character(len=1), intent(in) :: jobz
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: ap(*)
real(kind=dp), intent(inout) :: bp(*)
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) :: info