Skip to content

Commit acbac10

Browse files
committed
Update documentation of work size in bdsqr (thanks @TarcioV)
In #234 only dbdsqr was updated. This updates the documentation of the other precisions.
1 parent c6bc401 commit acbac10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SRC/cbdsqr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
*>
167167
*> \param[out] RWORK
168168
*> \verbatim
169-
*> RWORK is REAL array, dimension (4*N)
169+
*> RWORK is REAL array, dimension (4*(N-1))
170170
*> \endverbatim
171171
*>
172172
*> \param[out] INFO

SRC/sbdsqr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
*>
167167
*> \param[out] WORK
168168
*> \verbatim
169-
*> WORK is REAL array, dimension (4*N)
169+
*> WORK is REAL array, dimension (4*(N-1))
170170
*> \endverbatim
171171
*>
172172
*> \param[out] INFO

SRC/zbdsqr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
*>
167167
*> \param[out] RWORK
168168
*> \verbatim
169-
*> RWORK is DOUBLE PRECISION array, dimension (4*N)
169+
*> RWORK is DOUBLE PRECISION array, dimension (4*(N-1))
170170
*> \endverbatim
171171
*>
172172
*> \param[out] INFO

0 commit comments

Comments
 (0)