diff options
author | Henning Thielemann <git@henning-thielemann.de> | 2017-06-08 12:00:23 +0200 |
---|---|---|
committer | Henning Thielemann <git@henning-thielemann.de> | 2017-06-08 12:00:23 +0200 |
commit | 54f03b7495e430954817c9c9a808bb4d1fa2f02e (patch) | |
tree | 8064907e23682ac661d40a1da13469d0c75fc577 | |
parent | 56cc6931df6f123ab5cfced57db127b685ce4a3e (diff) | |
download | lapack-54f03b7495e430954817c9c9a808bb4d1fa2f02e.tar.gz lapack-54f03b7495e430954817c9c9a808bb4d1fa2f02e.tar.bz2 lapack-54f03b7495e430954817c9c9a808bb4d1fa2f02e.zip |
DLASD3; comments for parameters DSIGMA, U2, Z: take directions from SLASD3
-rw-r--r-- | SRC/dlasd3.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/dlasd3.f b/SRC/dlasd3.f index 11be8872..d9123dea 100644 --- a/SRC/dlasd3.f +++ b/SRC/dlasd3.f @@ -103,7 +103,7 @@ *> The leading dimension of the array Q. LDQ >= K. *> \endverbatim *> -*> \param[in] DSIGMA +*> \param[in,out] DSIGMA *> \verbatim *> DSIGMA is DOUBLE PRECISION array, dimension(K) *> The first K elements of this array contain the old roots @@ -124,7 +124,7 @@ *> The leading dimension of the array U. LDU >= N. *> \endverbatim *> -*> \param[in,out] U2 +*> \param[in] U2 *> \verbatim *> U2 is DOUBLE PRECISION array, dimension (LDU2, N) *> The first K columns of this matrix contain the non-deflated @@ -186,7 +186,7 @@ *> type is any column which has been deflated. *> \endverbatim *> -*> \param[in] Z +*> \param[in,out] Z *> \verbatim *> Z is DOUBLE PRECISION array, dimension (K) *> The first K elements of this array contain the components |