Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | balanc | |||
character(len=1), | intent(in) | :: | jobvl | |||
character(len=1), | intent(in) | :: | jobvr | |||
character(len=1), | intent(in) | :: | sense | |||
integer(kind=ilp), | intent(in) | :: | n | |||
complex(kind=sp), | intent(inout) | :: | a(lda,*) | |||
integer(kind=ilp), | intent(in) | :: | lda | |||
complex(kind=sp), | intent(out) | :: | w(*) | |||
complex(kind=sp), | intent(out) | :: | vl(ldvl,*) | |||
integer(kind=ilp), | intent(in) | :: | ldvl | |||
complex(kind=sp), | intent(out) | :: | vr(ldvr,*) | |||
integer(kind=ilp), | intent(in) | :: | ldvr | |||
integer(kind=ilp), | intent(out) | :: | ilo | |||
integer(kind=ilp), | intent(out) | :: | ihi | |||
real(kind=sp), | intent(out) | :: | scale(*) | |||
real(kind=sp), | intent(out) | :: | abnrm | |||
real(kind=sp), | intent(out) | :: | rconde(*) | |||
real(kind=sp), | intent(out) | :: | rcondv(*) | |||
complex(kind=sp), | intent(out) | :: | work(*) | |||
integer(kind=ilp), | intent(in) | :: | lwork | |||
real(kind=sp), | intent(out) | :: | rwork(*) | |||
integer(kind=ilp), | intent(out) | :: | info |