Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update documentation of work size in bdsqr (thanks @TarcioV)
In #234
only dbdsqr was updated. This updates the documentation
of the other precisions.
  • Loading branch information
angsch committed Feb 23, 2024
commit acbac1092c15d24a44c695c2e4b0c6b2b99cc296
2 changes: 1 addition & 1 deletion SRC/cbdsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
*>
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (4*N)
*> RWORK is REAL array, dimension (4*(N-1))
*> \endverbatim
*>
*> \param[out] INFO
Expand Down
2 changes: 1 addition & 1 deletion SRC/sbdsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
*>
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (4*N)
*> WORK is REAL array, dimension (4*(N-1))
*> \endverbatim
*>
*> \param[out] INFO
Expand Down
2 changes: 1 addition & 1 deletion SRC/zbdsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
*>
*> \param[out] RWORK
*> \verbatim
*> RWORK is DOUBLE PRECISION array, dimension (4*N)
*> RWORK is DOUBLE PRECISION array, dimension (4*(N-1))
*> \endverbatim
*>
*> \param[out] INFO
Expand Down