We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c7883 commit 86da027Copy full SHA for 86da027
3 files changed
SRC/dgelsd.f
@@ -89,7 +89,7 @@
89
*> of the matrices B and X. NRHS >= 0.
90
*> \endverbatim
91
*>
92
-*> \param[in] A
+*> \param[in,out] A
93
*> \verbatim
94
*> A is DOUBLE PRECISION array, dimension (LDA,N)
95
*> On entry, the M-by-N matrix A.
SRC/sgelsd.f
*> A is REAL array, dimension (LDA,N)
SRC/zgelsd.f
@@ -90,7 +90,7 @@
*> A is COMPLEX*16 array, dimension (LDA,N)
96
0 commit comments