Skip to content

Commit 54f03b7

Browse files
committed
DLASD3; comments for parameters DSIGMA, U2, Z: take directions from SLASD3
1 parent 56cc693 commit 54f03b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SRC/dlasd3.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
*> The leading dimension of the array Q. LDQ >= K.
104104
*> \endverbatim
105105
*>
106-
*> \param[in] DSIGMA
106+
*> \param[in,out] DSIGMA
107107
*> \verbatim
108108
*> DSIGMA is DOUBLE PRECISION array, dimension(K)
109109
*> The first K elements of this array contain the old roots
@@ -124,7 +124,7 @@
124124
*> The leading dimension of the array U. LDU >= N.
125125
*> \endverbatim
126126
*>
127-
*> \param[in,out] U2
127+
*> \param[in] U2
128128
*> \verbatim
129129
*> U2 is DOUBLE PRECISION array, dimension (LDU2, N)
130130
*> The first K columns of this matrix contain the non-deflated
@@ -186,7 +186,7 @@
186186
*> type is any column which has been deflated.
187187
*> \endverbatim
188188
*>
189-
*> \param[in] Z
189+
*> \param[in,out] Z
190190
*> \verbatim
191191
*> Z is DOUBLE PRECISION array, dimension (K)
192192
*> The first K elements of this array contain the components

0 commit comments

Comments
 (0)