Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | jobz | |||
character(len=1), | intent(in) | :: | uplo | |||
integer(kind=ilp), | intent(in) | :: | n | |||
real(kind=dp), | intent(inout) | :: | ap(*) | |||
real(kind=dp), | intent(out) | :: | w(*) | |||
real(kind=dp), | intent(out) | :: | z(ldz,*) | |||
integer(kind=ilp), | intent(in) | :: | ldz | |||
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 |