aboutsummaryrefslogtreecommitdiff
path: root/SRC/claqge.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/claqge.f')
-rw-r--r--SRC/claqge.f9
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/claqge.f b/SRC/claqge.f
index 54003de7..902dec0d 100644
--- a/SRC/claqge.f
+++ b/SRC/claqge.f
@@ -112,18 +112,15 @@
*> by diag(C).
*> = 'B': Both row and column equilibration, i.e., A has been
*> replaced by diag(R) * A * diag(C).
-*> \endverbatim
-*> \verbatim
+*>
*> Internal Parameters
*> ===================
-*> \endverbatim
-*> \verbatim
+*>
*> THRESH is a threshold value used to decide if row or column scaling
*> should be done based on the ratio of the row or column scaling
*> factors. If ROWCND < THRESH, row scaling is done, and if
*> COLCND < THRESH, column scaling is done.
-*> \endverbatim
-*> \verbatim
+*>
*> LARGE and SMALL are threshold values used to decide if row scaling
*> should be done based on the absolute size of the largest matrix
*> element. If AMAX > LARGE or AMAX < SMALL, row scaling is done.