| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ilp), | intent(in) | :: | icompq | |||
| integer(kind=ilp), | intent(in) | :: | qsiz | |||
| integer(kind=ilp), | intent(in) | :: | n | |||
| real(kind=sp), | intent(inout) | :: | d(*) | |||
| real(kind=sp), | intent(inout) | :: | e(*) | |||
| real(kind=sp), | intent(inout) | :: | q(ldq,*) | |||
| integer(kind=ilp), | intent(in) | :: | ldq | |||
| real(kind=sp), | intent(out) | :: | qstore(ldqs,*) | |||
| integer(kind=ilp), | intent(in) | :: | ldqs | |||
| real(kind=sp), | intent(out) | :: | work(*) | |||
| integer(kind=ilp), | intent(out) | :: | iwork(*) | |||
| integer(kind=ilp), | intent(out) | :: | info |