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/zgebal.f | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'SRC/zgebal.f') diff --git a/SRC/zgebal.f b/SRC/zgebal.f index 49c71f61..2106ee76 100644 --- a/SRC/zgebal.f +++ b/SRC/zgebal.f @@ -15,8 +15,8 @@ *> [TXT] *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE ZGEBAL( JOB, N, A, LDA, ILO, IHI, SCALE, INFO ) * @@ -29,11 +29,11 @@ * COMPLEX*16 A( LDA, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> ZGEBAL balances a general complex matrix A. This involves, first, *> permuting A by a similarity transformation to isolate eigenvalues @@ -44,11 +44,10 @@ *> *> Balancing may reduce the 1-norm of the matrix, and improve the *> accuracy of the computed eigenvalues and/or eigenvectors. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] JOB *> \verbatim @@ -114,8 +113,8 @@ *> < 0: if INFO = -i, the i-th argument had an illegal value. *> \endverbatim * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley @@ -126,10 +125,9 @@ * *> \ingroup complex16GEcomputational * -* -* Further Details -* =============== -*>\details \b Further \b Details +*> \par Further Details: +* ===================== +*> *> \verbatim *> *> The permutations consist of row and column interchanges which put @@ -157,7 +155,6 @@ *> *> Modified by Tzu-Yi Chen, Computer Science Division, University of *> California at Berkeley, USA -*> *> \endverbatim *> * ===================================================================== -- cgit v1.2.3