summaryrefslogtreecommitdiff
path: root/SRC/zlaqr0.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/zlaqr0.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/zlaqr0.f')
-rw-r--r--SRC/zlaqr0.f16
1 files changed, 9 insertions, 7 deletions
diff --git a/SRC/zlaqr0.f b/SRC/zlaqr0.f
index 464d40f1..b55d1303 100644
--- a/SRC/zlaqr0.f
+++ b/SRC/zlaqr0.f
@@ -13,8 +13,8 @@
COMPLEX*16 H( LDH, * ), W( * ), WORK( * ), Z( LDZ, * )
* ..
*
-* Purpose
-* =======
+* Purpose
+* =======
*
* ZLAQR0 computes the eigenvalues of a Hessenberg matrix H
* and, optionally, the matrices T and Z from the Schur decomposition
@@ -26,8 +26,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
+* =========
*
* WANTT (input) LOGICAL
* = .TRUE. : the full Schur form T is required;
@@ -134,12 +134,13 @@
* If INFO .GT. 0 and WANTZ is .FALSE., then Z is not
* accessed.
*
-* ================================================================
+* Further Details
+* ===============
+*
* 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
@@ -150,7 +151,8 @@
* 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