Corrected comments to list Z as input/output
> Email
i just found a mistake in the comments of 'dlasq3.c' while reading the code:
/* Z (input) DOUBLE PRECISION array, dimension ( 4*N ) */
/* Z holds the qd array. */
but Z can be changed in that subroutine...i just think '(output)' should be added to avoid misleading user...
*> Last index.
*> \endverbatim
*>
-*> \param[in] Z
+*> \param[in,out] Z
*> \verbatim
*> Z is DOUBLE PRECISION array, dimension ( 4*N )
*> Z holds the qd array.
*> Last index.
*> \endverbatim
*>
-*> \param[in] Z
+*> \param[in,out] Z
*> \verbatim
*> Z is REAL array, dimension ( 4*N )
*> Z holds the qd array.