stdlib_chpgst Interface

interface
public pure module subroutine stdlib_chpgst(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
complex(kind=sp), intent(inout) :: ap(*)
complex(kind=sp), intent(in) :: bp(*)
integer(kind=ilp), intent(out) :: info