diff options
Diffstat (limited to 'SRC/zunmhr.f')
-rw-r--r-- | SRC/zunmhr.f | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/SRC/zunmhr.f b/SRC/zunmhr.f index 4df33a88..4ff4cbef 100644 --- a/SRC/zunmhr.f +++ b/SRC/zunmhr.f @@ -79,9 +79,13 @@ *> \param[in] ILO *> \verbatim *> ILO is INTEGER +*> \endverbatim +*> *> \param[in] IHI *> \verbatim *> IHI is INTEGER +*> \endverbatim +*> \verbatim *> ILO and IHI must have the same values as in the previous call *> of ZGEHRD. Q is equal to the unit matrix except in the *> submatrix Q(ilo+1:ihi,ilo+1:ihi). @@ -90,7 +94,6 @@ *> if SIDE = 'R', then 1 <= ILO <= IHI <= N, if N > 0, and *> ILO = 1 and IHI = 0, if N = 0. *> \endverbatim -*> \endverbatim *> *> \param[in] A *> \verbatim |