Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | jobvsl | |||
character(len=1), | intent(in) | :: | jobvsr | |||
character(len=1), | intent(in) | :: | sort | |||
procedure(stdlib_selctg_c) | :: | selctg | ||||
integer(kind=ilp), | intent(in) | :: | n | |||
complex(kind=sp), | intent(inout) | :: | a(lda,*) | |||
integer(kind=ilp), | intent(in) | :: | lda | |||
complex(kind=sp), | intent(inout) | :: | b(ldb,*) | |||
integer(kind=ilp), | intent(in) | :: | ldb | |||
integer(kind=ilp), | intent(out) | :: | sdim | |||
complex(kind=sp), | intent(out) | :: | alpha(*) | |||
complex(kind=sp), | intent(out) | :: | beta(*) | |||
complex(kind=sp), | intent(out) | :: | vsl(ldvsl,*) | |||
integer(kind=ilp), | intent(in) | :: | ldvsl | |||
complex(kind=sp), | intent(out) | :: | vsr(ldvsr,*) | |||
integer(kind=ilp), | intent(in) | :: | ldvsr | |||
complex(kind=sp), | intent(out) | :: | work(*) | |||
integer(kind=ilp), | intent(in) | :: | lwork | |||
real(kind=sp), | intent(out) | :: | rwork(*) | |||
logical(kind=lk), | intent(out) | :: | bwork(*) | |||
integer(kind=ilp), | intent(out) | :: | info |