From: OAM Date: Sat, 22 Oct 2016 19:03:13 +0000 (-0700) Subject: Update dsyevr.f X-Git-Tag: accepted/tizen/5.0/unified/20181102.024111~122^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6912d1f214fa258ca194b155a177566cb4e738ff;p=platform%2Fupstream%2Flapack.git Update dsyevr.f --- 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