diff options
author | julie <julielangou@users.noreply.github.com> | 2011-11-01 22:02:31 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-11-01 22:02:31 +0000 |
commit | d5c30c90bdecf38da1064e2ed52583634573e741 (patch) | |
tree | 480fc5ff31ee14b83116b6428aad79ea6e89362d /SRC/dlaed4.f | |
parent | 04670a68760fa27333f8bcef8172f71adc6880ef (diff) | |
download | lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2 lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip |
Never say never...
Diffstat (limited to 'SRC/dlaed4.f')
-rw-r--r-- | SRC/dlaed4.f | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/SRC/dlaed4.f b/SRC/dlaed4.f index 5ac5d2f0..d0c6bd13 100644 --- a/SRC/dlaed4.f +++ b/SRC/dlaed4.f @@ -106,24 +106,19 @@ *> INFO is INTEGER *> = 0: successful exit *> > 0: if INFO = 1, the updating process failed. -*> \endverbatim -*> \verbatim +*> *> Internal Parameters *> =================== -*> \endverbatim -*> \verbatim +*> *> Logical variable ORGATI (origin-at-i?) is used for distinguishing *> whether D(i) or D(i+1) is treated as the origin. -*> \endverbatim -*> \verbatim +*> *> ORGATI = .true. origin at i *> ORGATI = .false. origin at i+1 -*> \endverbatim -*> \verbatim +*> *> Logical variable SWTCH3 (switch-for-3-poles?) is for noting *> if we are working with THREE poles! -*> \endverbatim -*> \verbatim +*> *> MAXIT is the maximum number of iterations allowed for each *> eigenvalue. *> \endverbatim |