From 54f03b7495e430954817c9c9a808bb4d1fa2f02e Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Thu, 8 Jun 2017 12:00:23 +0200 Subject: [PATCH] DLASD3; comments for parameters DSIGMA, U2, Z: take directions from SLASD3 --- SRC/dlasd3.f | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SRC/dlasd3.f b/SRC/dlasd3.f index 11be887..d9123de 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 -- 2.7.4