summaryrefslogtreecommitdiff
path: root/SRC/sgesvxx.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/sgesvxx.f
parentd3718a28ef2fad11da862ba0782d39ce506d249f (diff)
downloadlapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.gz
lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.tar.bz2
lapack-13acf3d65eb8df4cb8df221509bf0178396dcff1.zip
Comments fix to be able to generate the new layout and the corresponding Doxygen documentation
Diffstat (limited to 'SRC/sgesvxx.f')
-rw-r--r--SRC/sgesvxx.f12
1 files changed, 6 insertions, 6 deletions
diff --git a/SRC/sgesvxx.f b/SRC/sgesvxx.f
index 7bd0e626..5bb9bc51 100644
--- a/SRC/sgesvxx.f
+++ b/SRC/sgesvxx.f
@@ -29,7 +29,7 @@
$ ERR_BNDS_COMP( NRHS, * )
* ..
*
-* Purpose
+* Purpose
* =======
*
* SGESVXX uses the LU factorization to compute the solution to a
@@ -51,8 +51,8 @@
* user-provided factorizations and equilibration factors if they
* differ from what SGESVXX 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
@@ -424,7 +424,7 @@
* about all of the right-hand sides check ERR_BNDS_NORM or
* ERR_BNDS_COMP.
*
-* ==================================================================
+* ==================================================================
*
* .. Parameters ..
REAL ZERO, ONE