From 1c3ba600671a59785b0c647d400226b4cc19a11f Mon Sep 17 00:00:00 2001 From: julie Date: Thu, 3 Nov 2011 20:32:56 +0000 Subject: Cosmetic changes in Doxygen presentation. Use \par instead of \details for section. add a Contributors Section and a Reference Section. Remove (some) verbatim section when not needed. Those changes have been done by hand so I am not sure I manage to catch them all. --- SRC/zlahqr.f | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'SRC/zlahqr.f') diff --git a/SRC/zlahqr.f b/SRC/zlahqr.f index 4c955ce2..79fc06ef 100644 --- a/SRC/zlahqr.f +++ b/SRC/zlahqr.f @@ -15,8 +15,8 @@ *> [TXT] *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE ZLAHQR( WANTT, WANTZ, N, ILO, IHI, H, LDH, W, ILOZ, * IHIZ, Z, LDZ, INFO ) @@ -29,21 +29,20 @@ * COMPLEX*16 H( LDH, * ), W( * ), Z( LDZ, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> ZLAHQR is an auxiliary routine called by CHSEQR to update the *> eigenvalues and Schur decomposition already computed by CHSEQR, by *> dealing with the Hessenberg submatrix in rows and columns ILO to *> IHI. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] WANTT *> \verbatim @@ -163,10 +162,9 @@ *> where U is the orthogonal matrix in (*) *> (regardless of the value of WANTT.) *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley @@ -177,10 +175,9 @@ * *> \ingroup complex16OTHERauxiliary * -* -* Further Details -* =============== -*>\details \b Further \b Details +*> \par Contributors: +* ================== +*> *> \verbatim *> *> 02-96 Based on modifications by @@ -192,7 +189,6 @@ *> It is (1) more robust against overflow and underflow and *> (2) adopts the more conservative Ahues & Tisseur stopping *> criterion (LAWN 122, 1997). -*> *> \endverbatim *> * ===================================================================== -- cgit v1.2.3