Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | uplo | |||
integer(kind=ilp), | intent(in) | :: | n | |||
integer(kind=ilp), | intent(in) | :: | kd | |||
real(kind=sp), | intent(in) | :: | ab(ldab,*) | |||
integer(kind=ilp), | intent(in) | :: | ldab | |||
real(kind=sp), | intent(in) | :: | anorm | |||
real(kind=sp), | intent(out) | :: | rcond | |||
real(kind=sp), | intent(out) | :: | work(*) | |||
integer(kind=ilp), | intent(out) | :: | iwork(*) | |||
integer(kind=ilp), | intent(out) | :: | info |