xGELSD; comment for array A: turn to \param[in,out]
authorHenning Thielemann <git@henning-thielemann.de>
Wed, 7 Jun 2017 09:23:23 +0000 (11:23 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Wed, 7 Jun 2017 09:23:23 +0000 (11:23 +0200)
SRC/dgelsd.f
SRC/sgelsd.f
SRC/zgelsd.f

index d24b255..c42cf1e 100644 (file)
@@ -89,7 +89,7 @@
 *>          of the matrices B and X. NRHS >= 0.
 *> \endverbatim
 *>
-*> \param[in] A
+*> \param[in,out] A
 *> \verbatim
 *>          A is DOUBLE PRECISION array, dimension (LDA,N)
 *>          On entry, the M-by-N matrix A.
index 91656a9..c32180b 100644 (file)
@@ -89,7 +89,7 @@
 *>          of the matrices B and X. NRHS >= 0.
 *> \endverbatim
 *>
-*> \param[in] A
+*> \param[in,out] A
 *> \verbatim
 *>          A is REAL array, dimension (LDA,N)
 *>          On entry, the M-by-N matrix A.
index ce57417..d671f19 100644 (file)
@@ -90,7 +90,7 @@
 *>          of the matrices B and X. NRHS >= 0.
 *> \endverbatim
 *>
-*> \param[in] A
+*> \param[in,out] A
 *> \verbatim
 *>          A is COMPLEX*16 array, dimension (LDA,N)
 *>          On entry, the M-by-N matrix A.