summaryrefslogtreecommitdiff
path: root/SRC/csysvxx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/csysvxx.f')
-rw-r--r--SRC/csysvxx.f12
1 files changed, 6 insertions, 6 deletions
diff --git a/SRC/csysvxx.f b/SRC/csysvxx.f
index 75a7c9e7..04a6bf81 100644
--- a/SRC/csysvxx.f
+++ b/SRC/csysvxx.f
@@ -28,7 +28,7 @@
$ ERR_BNDS_COMP( NRHS, * ), RWORK( * )
* ..
*
-* Purpose
+* Purpose
* =======
*
* CSYSVXX uses the diagonal pivoting factorization to compute the
@@ -51,8 +51,8 @@
* user-provided factorizations and equilibration factors if they
* differ from what CSYSVXX would itself produce.
*
-* Description
-* ===========
+* Description
+* ===========
*
* The following steps are performed:
*
@@ -94,8 +94,8 @@
* diag(R) so that it solves the original system before
* equilibration.
*
-* Arguments
-* =========
+* Arguments
+* =========
*
* Some optional parameters are bundled in the PARAMS array. These
* settings determine how refinement is performed, but often the
@@ -394,7 +394,7 @@
* about all of the right-hand sides check ERR_BNDS_NORM or
* ERR_BNDS_COMP.
*
-* ==================================================================
+* ==================================================================
*
* .. Parameters ..
REAL ZERO, ONE