From 6912d1f214fa258ca194b155a177566cb4e738ff Mon Sep 17 00:00:00 2001 From: OAM Date: Sat, 22 Oct 2016 12:03:13 -0700 Subject: [PATCH] Update dsyevr.f --- SRC/dsyevr.f | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SRC/dsyevr.f b/SRC/dsyevr.f index 0789643..3684c42 100644 --- a/SRC/dsyevr.f +++ b/SRC/dsyevr.f @@ -256,7 +256,9 @@ *> 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 DSTEMR (tridiagonal +*> matrix). The support of the eigenvectors of A is typically +*> 1:N because of the orthogonal transformations applied by DORMTR. *> Implemented only for RANGE = 'A' or 'I' and IU - IL = N - 1 *> \endverbatim *> @@ -580,7 +582,7 @@ * * * Apply orthogonal matrix used in reduction to tridiagonal -* form to eigenvectors returned by DSTEIN. +* form to eigenvectors returned by DSTEMR. * IF( WANTZ .AND. INFO.EQ.0 ) THEN INDWKN = INDE -- 2.7.4