aboutsummaryrefslogtreecommitdiff
path: root/SRC/dgerfs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dgerfs.f')
-rw-r--r--SRC/dgerfs.f32
1 files changed, 16 insertions, 16 deletions
diff --git a/SRC/dgerfs.f b/SRC/dgerfs.f
index 62485c0a..9a9f2f3b 100644
--- a/SRC/dgerfs.f
+++ b/SRC/dgerfs.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE DGERFS( TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV, B, LDB,
* X, LDX, FERR, BERR, WORK, IWORK, INFO )
@@ -31,20 +31,19 @@
* $ BERR( * ), FERR( * ), WORK( * ), X( LDX, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> DGERFS improves the computed solution to a system of linear
*> equations and provides error bounds and backward error estimates for
*> the solution.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] TRANS
*> \verbatim
@@ -161,16 +160,17 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
+*> \endverbatim
+*
+*> \par Internal Parameters:
+* =========================
*>
-*> Internal Parameters
-*> ===================
-*>
+*> \verbatim
*> ITMAX is the maximum number of steps of iterative refinement.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley