diff options
author | julie <julielangou@users.noreply.github.com> | 2011-09-30 18:34:50 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-09-30 18:34:50 +0000 |
commit | 13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch) | |
tree | e3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/shseqr.f | |
parent | d3718a28ef2fad11da862ba0782d39ce506d249f (diff) | |
download | lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.gz lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.bz2 lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.zip |
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/shseqr.f')
-rw-r--r-- | SRC/shseqr.f | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/SRC/shseqr.f b/SRC/shseqr.f index 3c58c9eb..f40ce009 100644 --- a/SRC/shseqr.f +++ b/SRC/shseqr.f @@ -13,7 +13,7 @@ REAL H( LDH, * ), WI( * ), WORK( * ), WR( * ), $ Z( LDZ, * ) * .. -* Purpose +* Purpose * ======= * * SHSEQR computes the eigenvalues of a Hessenberg matrix H @@ -26,8 +26,8 @@ * of a matrix A which has been reduced to the Hessenberg form H * by the orthogonal matrix Q: A = Q*H*Q**T = (QZ)*T*(QZ)**T. * -* Arguments -* ========= +* Arguments +* ========= * * JOB (input) CHARACTER*1 * = 'E': compute eigenvalues only; @@ -159,7 +159,7 @@ * If INFO .GT. 0 and COMPZ = 'N', then Z is not * accessed. * -* ================================================================ +* ================================================================ * Default values supplied by * ILAENV(ISPEC,'SHSEQR',JOB(:1)//COMPZ(:1),N,ILO,IHI,LWORK). * It is suggested that these defaults be adjusted in order @@ -211,12 +211,12 @@ * for ISPEC=16 is 0. Otherwise the default for * ISPEC=16 is 2. * -* ================================================================ +* ================================================================ * Based on contributions by * Karen Braman and Ralph Byers, Department of Mathematics, * University of Kansas, USA * -* ================================================================ +* ================================================================ * References: * K. Braman, R. Byers and R. Mathias, The Multi-Shift QR * Algorithm Part I: Maintaining Well Focused Shifts, and Level 3 @@ -227,7 +227,7 @@ * Algorithm Part II: Aggressive Early Deflation, SIAM Journal * of Matrix Analysis, volume 23, pages 948--973, 2002. * -* ================================================================ +* ================================================================ * .. Parameters .. * * ==== Matrices of order NTINY or smaller must be processed by |