Skip to content

Commit 86da027

Browse files
committed
xGELSD; comment for array A: turn to \param[in,out]
1 parent 14c7883 commit 86da027

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

SRC/dgelsd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
*> of the matrices B and X. NRHS >= 0.
9090
*> \endverbatim
9191
*>
92-
*> \param[in] A
92+
*> \param[in,out] A
9393
*> \verbatim
9494
*> A is DOUBLE PRECISION array, dimension (LDA,N)
9595
*> On entry, the M-by-N matrix A.

SRC/sgelsd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
*> of the matrices B and X. NRHS >= 0.
9090
*> \endverbatim
9191
*>
92-
*> \param[in] A
92+
*> \param[in,out] A
9393
*> \verbatim
9494
*> A is REAL array, dimension (LDA,N)
9595
*> On entry, the M-by-N matrix A.

SRC/zgelsd.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
*> of the matrices B and X. NRHS >= 0.
9191
*> \endverbatim
9292
*>
93-
*> \param[in] A
93+
*> \param[in,out] A
9494
*> \verbatim
9595
*> A is COMPLEX*16 array, dimension (LDA,N)
9696
*> On entry, the M-by-N matrix A.

0 commit comments

Comments
 (0)