Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | job | |||
character(len=1), | intent(in) | :: | compq | |||
logical(kind=lk), | intent(in) | :: | select(*) | |||
integer(kind=ilp), | intent(in) | :: | n | |||
real(kind=dp), | intent(inout) | :: | t(ldt,*) | |||
integer(kind=ilp), | intent(in) | :: | ldt | |||
real(kind=dp), | intent(inout) | :: | q(ldq,*) | |||
integer(kind=ilp), | intent(in) | :: | ldq | |||
real(kind=dp), | intent(out) | :: | wr(*) | |||
real(kind=dp), | intent(out) | :: | wi(*) | |||
integer(kind=ilp), | intent(out) | :: | m | |||
real(kind=dp), | intent(out) | :: | s | |||
real(kind=dp), | intent(out) | :: | sep | |||
real(kind=dp), | intent(out) | :: | work(*) | |||
integer(kind=ilp), | intent(in) | :: | lwork | |||
integer(kind=ilp), | intent(out) | :: | iwork(*) | |||
integer(kind=ilp), | intent(in) | :: | liwork | |||
integer(kind=ilp), | intent(out) | :: | info |