stdlib_dspgst Interface

interface
public pure module subroutine stdlib_dspgst(itype, uplo, n, ap, bp, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: itype
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: ap(*)
real(kind=dp), intent(in) :: bp(*)
integer(kind=ilp), intent(out) :: info