stdlib_dgecon Interface

interface
public pure module subroutine stdlib_dgecon(norm, n, a, lda, anorm, rcond, work, iwork, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: norm
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(inout) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
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