summaryrefslogtreecommitdiff
path: root/SRC/dgesvxx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dgesvxx.f')
-rw-r--r--SRC/dgesvxx.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/SRC/dgesvxx.f b/SRC/dgesvxx.f
index 0c6e3990..bf582158 100644
--- a/SRC/dgesvxx.f
+++ b/SRC/dgesvxx.f
@@ -4,7 +4,7 @@
$ ERR_BNDS_COMP, NPARAMS, PARAMS, WORK, IWORK,
$ INFO )
*
-* -- LAPACK driver routine (version 3.2.2) --
+* -- LAPACK driver routine (version 3.2.2) --
* -- Contributed by James Demmel, Deaglan Halligan, Yozo Hida and --
* -- Jason Riedy of Univ. of California Berkeley. --
* -- June 2010 --
@@ -29,8 +29,8 @@
$ ERR_BNDS_COMP( NRHS, * )
* ..
*
-* Purpose
-* =======
+* Purpose
+* =======
*
* DGESVXX uses the LU factorization to compute the solution to a
* double precision system of linear equations A * X = B, where A is an
@@ -51,8 +51,8 @@
* user-provided factorizations and equilibration factors if they
* differ from what DGESVXX would itself produce.
*
-* Description
-* ===========
+* Description
+* ===========
*
* The following steps are performed:
*
@@ -95,8 +95,8 @@
* diag(C) (if TRANS = 'N') or diag(R) (if TRANS = 'T' or 'C') 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
@@ -421,7 +421,7 @@
* about all of the right-hand sides check ERR_BNDS_NORM or
* ERR_BNDS_COMP.
*
-* ==================================================================
+* =====================================================================
*
* .. Parameters ..
DOUBLE PRECISION ZERO, ONE