stdlib_chpcon Interface

interface
public pure module subroutine stdlib_chpcon(uplo, n, ap, ipiv, anorm, rcond, work, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(in) :: ap(*)
integer(kind=ilp), intent(in) :: ipiv(*)
real(kind=sp), intent(in) :: anorm
real(kind=sp), intent(out) :: rcond
complex(kind=sp), intent(out) :: work(*)
integer(kind=ilp), intent(out) :: info