Skip to content

Commit 6ace55e

Browse files
Merge pull request #567 from weslleyspereira/add-comment-on-NANs-in-GESDD
Update the documentation of INFO in xGESDD
2 parents 121b5c5 + c46d580 commit 6ace55e

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

SRC/cgesdd.f

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,10 @@
199199
*> \param[out] INFO
200200
*> \verbatim
201201
*> INFO is INTEGER
202-
*> = 0: successful exit.
203-
*> < 0: if INFO = -i, the i-th argument had an illegal value.
204-
*> > 0: The updating process of SBDSDC did not converge.
202+
*> < 0: if INFO = -i, the i-th argument had an illegal value.
203+
*> = -4: if A had a NAN entry.
204+
*> > 0: The updating process of SBDSDC did not converge.
205+
*> = 0: successful exit.
205206
*> \endverbatim
206207
*
207208
* Authors:

SRC/dgesdd.f

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,10 @@
191191
*> \param[out] INFO
192192
*> \verbatim
193193
*> INFO is INTEGER
194-
*> = 0: successful exit.
195-
*> < 0: if INFO = -i, the i-th argument had an illegal value.
196-
*> > 0: DBDSDC did not converge, updating process failed.
194+
*> < 0: if INFO = -i, the i-th argument had an illegal value.
195+
*> = -4: if A had a NAN entry.
196+
*> > 0: DBDSDC did not converge, updating process failed.
197+
*> = 0: successful exit.
197198
*> \endverbatim
198199
*
199200
* Authors:

SRC/sgesdd.f

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,10 @@
191191
*> \param[out] INFO
192192
*> \verbatim
193193
*> INFO is INTEGER
194-
*> = 0: successful exit.
195-
*> < 0: if INFO = -i, the i-th argument had an illegal value.
196-
*> > 0: SBDSDC did not converge, updating process failed.
194+
*> < 0: if INFO = -i, the i-th argument had an illegal value.
195+
*> = -4: if A had a NAN entry.
196+
*> > 0: SBDSDC did not converge, updating process failed.
197+
*> = 0: successful exit.
197198
*> \endverbatim
198199
*
199200
* Authors:

SRC/zgesdd.f

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,10 @@
199199
*> \param[out] INFO
200200
*> \verbatim
201201
*> INFO is INTEGER
202-
*> = 0: successful exit.
203-
*> < 0: if INFO = -i, the i-th argument had an illegal value.
204-
*> > 0: The updating process of DBDSDC did not converge.
202+
*> < 0: if INFO = -i, the i-th argument had an illegal value.
203+
*> = -4: if A had a NAN entry.
204+
*> > 0: The updating process of DBDSDC did not converge.
205+
*> = 0: successful exit.
205206
*> \endverbatim
206207
*
207208
* Authors:

0 commit comments

Comments
 (0)