stdlib_ctrcon Interface

interface
public module subroutine stdlib_ctrcon(norm, uplo, diag, n, a, lda, 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) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
real(kind=sp), intent(out) :: rcond
complex(kind=sp), intent(out) :: work(*)
real(kind=sp), intent(out) :: rwork(*)
integer(kind=ilp), intent(out) :: info