| 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 | |||
| complex(kind=sp), | intent(inout) | :: | t(ldt,*) | |||
| integer(kind=ilp), | intent(in) | :: | ldt | |||
| complex(kind=sp), | intent(inout) | :: | q(ldq,*) | |||
| integer(kind=ilp), | intent(in) | :: | ldq | |||
| complex(kind=sp), | intent(out) | :: | w(*) | |||
| integer(kind=ilp), | intent(out) | :: | m | |||
| real(kind=sp), | intent(out) | :: | s | |||
| real(kind=sp), | intent(out) | :: | sep | |||
| complex(kind=sp), | intent(out) | :: | work(*) | |||
| integer(kind=ilp), | intent(in) | :: | lwork | |||
| integer(kind=ilp), | intent(out) | :: | info |