Skip to content

Commit 3ec6c79

Browse files
committed
SLASD1 and DLASD1: IDXQ should be [in,out]
Reported by Eugene Chereshnev on April 4th 2016 See: http://icl.cs.utk.edu/lapack-forum/posting.php?mode=reply&f=13&t=4941
1 parent ba1ff0e commit 3ec6c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SRC/dlasd1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
*> The leading dimension of the array VT. LDVT >= max( 1, M ).
157157
*> \endverbatim
158158
*>
159-
*> \param[out] IDXQ
159+
*> \param[in,out] IDXQ
160160
*> \verbatim
161161
*> IDXQ is INTEGER array, dimension(N)
162162
*> This contains the permutation which will reintegrate the

SRC/slasd1.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
*> The leading dimension of the array VT. LDVT >= max( 1, M ).
157157
*> \endverbatim
158158
*>
159-
*> \param[out] IDXQ
159+
*> \param[in,out] IDXQ
160160
*> \verbatim
161161
*> IDXQ is INTEGER array, dimension (N)
162162
*> This contains the permutation which will reintegrate the

0 commit comments

Comments
 (0)