aboutsummaryrefslogtreecommitdiff
path: root/SRC/zherfsx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-03 20:32:56 +0000
commit1c3ba600671a59785b0c647d400226b4cc19a11f (patch)
tree2af647fcff119db522016721e10b5ee7768d22bb /SRC/zherfsx.f
parentd5c30c90bdecf38da1064e2ed52583634573e741 (diff)
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.
Diffstat (limited to 'SRC/zherfsx.f')
-rw-r--r--SRC/zherfsx.f26
1 files changed, 11 insertions, 15 deletions
diff --git a/SRC/zherfsx.f b/SRC/zherfsx.f
index 0a5e13c7..ccc1715d 100644
--- a/SRC/zherfsx.f
+++ b/SRC/zherfsx.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZHERFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, IPIV,
* S, B, LDB, X, LDX, RCOND, BERR, N_ERR_BNDS,
@@ -37,13 +37,11 @@
* $ ERR_BNDS_NORM( NRHS, * ),
* $ ERR_BNDS_COMP( NRHS, * )
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
-*> Purpose
-*> =======
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZHERFSX improves the computed solution to a system of linear
*> equations when the coefficient matrix is Hermitian indefinite, and
@@ -56,11 +54,10 @@
*> before calling this routine, as described by arguments EQUED and S
*> below. In this case, the solution and error bounds returned are
*> for the original unequilibrated system.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \verbatim
*> Some optional parameters are bundled in the PARAMS array. These
@@ -385,10 +382,9 @@
*> about all of the right-hand sides check ERR_BNDS_NORM or
*> ERR_BNDS_COMP.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley