Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | norm | |||
integer(kind=ilp), | intent(in) | :: | n | |||
complex(kind=sp), | intent(in) | :: | dl(*) | |||
complex(kind=sp), | intent(in) | :: | d(*) | |||
complex(kind=sp), | intent(in) | :: | du(*) | |||
complex(kind=sp), | intent(in) | :: | du2(*) | |||
integer(kind=ilp), | intent(in) | :: | ipiv(*) | |||
real(kind=sp), | intent(in) | :: | anorm | |||
real(kind=sp), | intent(out) | :: | rcond | |||
complex(kind=sp), | intent(out) | :: | work(*) | |||
integer(kind=ilp), | intent(out) | :: | info |