summaryrefslogtreecommitdiff
path: root/SRC/chseqr.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
committerjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
commit13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch)
treee3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/chseqr.f
parentd3718a28ef2fad11da862ba0782d39ce506d249f (diff)
downloadlapack-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/chseqr.f')
-rw-r--r--SRC/chseqr.f14
1 files changed, 7 insertions, 7 deletions
diff --git a/SRC/chseqr.f b/SRC/chseqr.f
index acb922b2..da7d924d 100644
--- a/SRC/chseqr.f
+++ b/SRC/chseqr.f
@@ -12,7 +12,7 @@
* .. Array Arguments ..
COMPLEX H( LDH, * ), W( * ), WORK( * ), Z( LDZ, * )
* ..
-* Purpose
+* Purpose
* =======
*
* CHSEQR computes the eigenvalues of a Hessenberg matrix H
@@ -25,8 +25,8 @@
* of a matrix A which has been reduced to the Hessenberg form H
* by the unitary matrix Q: A = Q*H*Q**H = (QZ)*H*(QZ)**H.
*
-* Arguments
-* =========
+* Arguments
+* =========
*
* JOB (input) CHARACTER*1
* = 'E': compute eigenvalues only;
@@ -147,7 +147,7 @@
* If INFO .GT. 0 and COMPZ = 'N', then Z is not
* accessed.
*
-* ================================================================
+* ================================================================
* Default values supplied by
* ILAENV(ISPEC,'CHSEQR',JOB(:1)//COMPZ(:1),N,ILO,IHI,LWORK).
* It is suggested that these defaults be adjusted in order
@@ -199,12 +199,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
@@ -215,7 +215,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