aboutsummaryrefslogtreecommitdiff
path: root/SRC/dgbsvxx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
committerjulie <julielangou@users.noreply.github.com>2011-09-30 18:34:50 +0000
commit13acf3d65eb8df4cb8df221509bf0178396dcff1 (patch)
treee3adc3e2fab395b82d4e1bc5111ad5a74afe4be3 /SRC/dgbsvxx.f
parentd3718a28ef2fad11da862ba0782d39ce506d249f (diff)
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/dgbsvxx.f')
-rw-r--r--SRC/dgbsvxx.f14
1 files changed, 7 insertions, 7 deletions
diff --git a/SRC/dgbsvxx.f b/SRC/dgbsvxx.f
index 635b256b..090975e4 100644
--- a/SRC/dgbsvxx.f
+++ b/SRC/dgbsvxx.f
@@ -29,8 +29,8 @@
$ ERR_BNDS_COMP( NRHS, * )
* ..
*
-* Purpose
-* =======
+* Purpose
+* =======
*
* DGBSVXX 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 DGBSVXX 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
@@ -435,7 +435,7 @@
* about all of the right-hand sides check ERR_BNDS_NORM or
* ERR_BNDS_COMP.
*
-* ==================================================================
+* ==================================================================
*
* .. Parameters ..
DOUBLE PRECISION ZERO, ONE