aboutsummaryrefslogtreecommitdiff
path: root/SRC/cgesvxx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cgesvxx.f')
-rw-r--r--SRC/cgesvxx.f33
1 files changed, 16 insertions, 17 deletions
diff --git a/SRC/cgesvxx.f b/SRC/cgesvxx.f
index 543a52c5..a349f372 100644
--- a/SRC/cgesvxx.f
+++ b/SRC/cgesvxx.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CGESVXX( FACT, TRANS, N, NRHS, A, LDA, AF, LDAF, IPIV,
* EQUED, R, C, B, LDB, X, LDX, RCOND, RPVGRW,
@@ -39,13 +39,11 @@
* $ ERR_BNDS_COMP( NRHS, * ), RWORK( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
-*> Purpose
-*> =======
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CGESVXX uses the LU factorization to compute the solution to a
*> complex system of linear equations A * X = B, where A is an
@@ -65,9 +63,12 @@
*> errors or warnings, but we cannot make that claim for general
*> user-provided factorizations and equilibration factors if they
*> differ from what CGESVXX would itself produce.
+*> \endverbatim
+*
+*> \par Description:
+* =================
*>
-*> Description
-*> ===========
+*> \verbatim
*>
*> The following steps are performed:
*>
@@ -109,11 +110,10 @@
*> 6. If equilibration was used, the matrix X is premultiplied by
*> diag(C) (if TRANS = 'N') or diag(R) (if TRANS = 'T' or 'C') so
*> that it solves the original system before equilibration.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \verbatim
*> Some optional parameters are bundled in the PARAMS array. These
@@ -523,10 +523,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