stdlib_dgtcon Interface

interface
public pure module subroutine stdlib_dgtcon(norm, n, dl, d, du, du2, ipiv, 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(in) :: dl(*)
real(kind=dp), intent(in) :: d(*)
real(kind=dp), intent(in) :: du(*)
real(kind=dp), intent(in) :: du2(*)
integer(kind=ilp), intent(in) :: ipiv(*)
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