From 40b5560e08e7ae8ac8d31532a56ff05f75837911 Mon Sep 17 00:00:00 2001 From: OAM Date: Sat, 22 Oct 2016 12:05:23 -0700 Subject: [PATCH] Update ssyevr.f --- SRC/ssyevr.f | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SRC/ssyevr.f b/SRC/ssyevr.f index 96cd100..542a0f1 100644 --- a/SRC/ssyevr.f +++ b/SRC/ssyevr.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 SSTEMR (tridiagonal +*> matrix). The support of the eigenvectors of A is typically +*> 1:N because of the orthogonal transformations applied by SORMTR. *> Implemented only for RANGE = 'A' or 'I' and IU - IL = N - 1 *> \endverbatim *> @@ -589,7 +591,7 @@ * * * Apply orthogonal matrix used in reduction to tridiagonal -* form to eigenvectors returned by SSTEIN. +* form to eigenvectors returned by SSTEMR. * IF( WANTZ .AND. INFO.EQ.0 ) THEN INDWKN = INDE -- 2.7.4