summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SRC/dgelsd.f2
-rw-r--r--SRC/sgelsd.f2
-rw-r--r--SRC/zgelsd.f2
3 files changed, 3 insertions, 3 deletions
diff --git a/SRC/dgelsd.f b/SRC/dgelsd.f
index d24b2559..c42cf1e5 100644
--- a/SRC/dgelsd.f
+++ b/SRC/dgelsd.f
@@ -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.
diff --git a/SRC/sgelsd.f b/SRC/sgelsd.f
index 91656a9b..c32180ba 100644
--- a/SRC/sgelsd.f
+++ b/SRC/sgelsd.f
@@ -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.
diff --git a/SRC/zgelsd.f b/SRC/zgelsd.f
index ce574173..d671f191 100644
--- a/SRC/zgelsd.f
+++ b/SRC/zgelsd.f
@@ -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.