diff options
author | Henning Thielemann <git@henning-thielemann.de> | 2017-06-03 17:56:04 +0200 |
---|---|---|
committer | Henning Thielemann <git@henning-thielemann.de> | 2017-06-03 17:56:04 +0200 |
commit | 39937832c0bd8a47f1b0adf580c4e55604da51b4 (patch) | |
tree | 5993e636d18400073c2993a9a4d8bf3c4298f59e /SRC | |
parent | 55e45144068f6bac1cd578dc87b34ec413d4efa2 (diff) | |
download | lapack-39937832c0bd8a47f1b0adf580c4e55604da51b4.tar.gz lapack-39937832c0bd8a47f1b0adf580c4e55604da51b4.tar.bz2 lapack-39937832c0bd8a47f1b0adf580c4e55604da51b4.zip |
ZGEBAL: add types in parameter comments of ILO and IHI
Diffstat (limited to 'SRC')
-rw-r--r-- | SRC/zgebal.f | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SRC/zgebal.f b/SRC/zgebal.f index 601d5431..94b8aadf 100644 --- a/SRC/zgebal.f +++ b/SRC/zgebal.f @@ -83,10 +83,12 @@ *> *> \param[out] ILO *> \verbatim +*> ILO is INTEGER *> \endverbatim *> *> \param[out] IHI *> \verbatim +*> IHI is INTEGER *> ILO and IHI are set to INTEGER such that on exit *> A(i,j) = 0 if i > j and j = 1,...,ILO-1 or I = IHI+1,...,N. *> If JOB = 'N' or 'S', ILO = 1 and IHI = N. |