diff options
Diffstat (limited to 'SRC/dlaqge.f')
-rw-r--r-- | SRC/dlaqge.f | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/dlaqge.f b/SRC/dlaqge.f index f424cc06..3fce578a 100644 --- a/SRC/dlaqge.f +++ b/SRC/dlaqge.f @@ -111,18 +111,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. |