aboutsummaryrefslogtreecommitdiff
path: root/SRC/sporfsx.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/sporfsx.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/sporfsx.f')
-rw-r--r--SRC/sporfsx.f26
1 files changed, 11 insertions, 15 deletions
diff --git a/SRC/sporfsx.f b/SRC/sporfsx.f
index 8cca00e6..df3dac1b 100644
--- a/SRC/sporfsx.f
+++ b/SRC/sporfsx.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SPORFSX( UPLO, EQUED, N, NRHS, A, LDA, AF, LDAF, S, B,
* LDB, X, LDX, RCOND, BERR, N_ERR_BNDS,
@@ -38,13 +38,11 @@
* $ ERR_BNDS_COMP( NRHS, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
-*> Purpose
-*> =======
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SPORFSX improves the computed solution to a system of linear
*> equations when the coefficient matrix is symmetric positive
@@ -58,11 +56,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
@@ -378,10 +375,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