Update zheevr.f
authorOAM <oamarques@users.noreply.github.com>
Sat, 22 Oct 2016 19:08:44 +0000 (12:08 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Oct 2016 19:08:44 +0000 (12:08 -0700)
SRC/zheevr.f

index 11fa88f..42ce60b 100644 (file)
 *>          The support of the eigenvectors in Z, i.e., the indices
 *>          indicating the nonzero elements in Z. The i-th eigenvector
 *>          is nonzero only in elements ISUPPZ( 2*i-1 ) through
-*>          ISUPPZ( 2*i ).
+*>          ISUPPZ( 2*i ). This is an output of ZSTEMR (tridiagonal
+*>          matrix). The support of the eigenvectors of A is typically 
+*>          1:N because of the unitary transformations applied by ZUNMTR.
 *>          Implemented only for RANGE = 'A' or 'I' and IU - IL = N - 1
 *> \endverbatim
 *>
      $                   IWORK, LIWORK, INFO )
 *
 *           Apply unitary matrix used in reduction to tridiagonal
-*           form to eigenvectors returned by ZSTEIN.
+*           form to eigenvectors returned by ZSTEMR.
 *
             IF( WANTZ .AND. INFO.EQ.0 ) THEN
                INDWKN = INDWK