stdlib_dppcon Interface

interface
public pure module subroutine stdlib_dppcon(uplo, n, ap, anorm, rcond, work, iwork, info)

Arguments

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