stdlib_strcon Interface

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