Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | job | |||
character(len=1), | intent(in) | :: | compq | |||
character(len=1), | intent(in) | :: | compz | |||
integer(kind=ilp), | intent(in) | :: | n | |||
integer(kind=ilp), | intent(in) | :: | ilo | |||
integer(kind=ilp), | intent(in) | :: | ihi | |||
complex(kind=sp), | intent(inout) | :: | h(ldh,*) | |||
integer(kind=ilp), | intent(in) | :: | ldh | |||
complex(kind=sp), | intent(inout) | :: | t(ldt,*) | |||
integer(kind=ilp), | intent(in) | :: | ldt | |||
complex(kind=sp), | intent(out) | :: | alpha(*) | |||
complex(kind=sp), | intent(out) | :: | beta(*) | |||
complex(kind=sp), | intent(inout) | :: | q(ldq,*) | |||
integer(kind=ilp), | intent(in) | :: | ldq | |||
complex(kind=sp), | intent(inout) | :: | z(ldz,*) | |||
integer(kind=ilp), | intent(in) | :: | ldz | |||
complex(kind=sp), | intent(out) | :: | work(*) | |||
integer(kind=ilp), | intent(in) | :: | lwork | |||
real(kind=sp), | intent(out) | :: | rwork(*) | |||
integer(kind=ilp), | intent(out) | :: | info |