diff options
Diffstat (limited to 'SRC/cunghr.f')
-rw-r--r-- | SRC/cunghr.f | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/cunghr.f b/SRC/cunghr.f index 966c4ecf..8288e163 100644 --- a/SRC/cunghr.f +++ b/SRC/cunghr.f @@ -58,8 +58,7 @@ *> \param[in] IHI *> \verbatim *> IHI is INTEGER -*> \endverbatim -*> \verbatim +*> *> ILO and IHI must have the same values as in the previous call *> of CGEHRD. Q is equal to the unit matrix except in the *> submatrix Q(ilo+1:ihi,ilo+1:ihi). @@ -99,8 +98,7 @@ *> The dimension of the array WORK. LWORK >= IHI-ILO. *> For optimum performance LWORK >= (IHI-ILO)*NB, where NB is *> the optimal blocksize. -*> \endverbatim -*> \verbatim +*> *> If LWORK = -1, then a workspace query is assumed; the routine *> only calculates the optimal size of the WORK array, returns *> this value as the first entry of the WORK array, and no error |