Modern interface for zheevr. See also: mfi_heevr, f77_heevr. Computes selected eigenvalues and, optionally, eigenvectors of a Hermitian matrix using RRR
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
| real(kind=REAL64), | intent(out) | :: | w(:) | |||
| character(len=1), | intent(in), | optional | :: | jobz | ||
| character(len=1), | intent(in), | optional | :: | uplo | ||
| character(len=1), | intent(in), | optional | :: | range | ||
| real(kind=REAL64), | intent(in), | optional | :: | vl | ||
| real(kind=REAL64), | intent(in), | optional | :: | vu | ||
| integer, | intent(in), | optional | :: | il | ||
| integer, | intent(in), | optional | :: | iu | ||
| real(kind=REAL64), | intent(in), | optional | :: | abstol | ||
| integer, | intent(out), | optional | :: | m | ||
| complex(kind=REAL64), | intent(out), | optional, | target | :: | z(:,:) | |
| integer, | intent(out), | optional, | target | :: | isuppz(:) | |
| integer, | intent(out), | optional | :: | info |