stdlib_ctpcon Interface

interface
public module subroutine stdlib_ctpcon(norm, uplo, diag, n, ap, rcond, work, rwork, info)

Arguments

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