diff options
Diffstat (limited to 'SRC/dggglm.f')
-rw-r--r-- | SRC/dggglm.f | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/dggglm.f b/SRC/dggglm.f index 8fb2f5d5..945ab59f 100644 --- a/SRC/dggglm.f +++ b/SRC/dggglm.f @@ -130,8 +130,7 @@ *> \param[out] Y *> \verbatim *> Y is DOUBLE PRECISION array, dimension (P) -*> \endverbatim -*> \verbatim +*> *> On exit, X and Y are the solutions of the GLM problem. *> \endverbatim *> @@ -148,8 +147,7 @@ *> For optimum performance, LWORK >= M+min(N,P)+max(N,P)*NB, *> where NB is an upper bound for the optimal blocksizes for *> DGEQRF, SGERQF, DORMQR and SORMRQ. -*> \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 |