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