stdlib_cptcon Interface

interface
public pure module subroutine stdlib_cptcon(n, d, e, anorm, rcond, rwork, info)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(in) :: d(*)
complex(kind=sp), intent(in) :: e(*)
real(kind=sp), intent(in) :: anorm
real(kind=sp), intent(out) :: rcond
real(kind=sp), intent(out) :: rwork(*)
integer(kind=ilp), intent(out) :: info