Skip to content

Commit

Permalink
Add a comment to the documentation of INFO in xGESDD
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed May 24, 2021
1 parent 121b5c5 commit 128e030
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 4 additions & 3 deletions SRC/cgesdd.f
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,10 @@
*> \param[out] INFO
*> \verbatim
*> INFO is INTEGER
*> = 0: successful exit.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> > 0: The updating process of SBDSDC did not converge.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> = -4: if A has a NAN.
*> > 0: The updating process of SBDSDC did not converge.
*> = 0: successful exit.
*> \endverbatim
*
* Authors:
Expand Down
7 changes: 4 additions & 3 deletions SRC/dgesdd.f
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,10 @@
*> \param[out] INFO
*> \verbatim
*> INFO is INTEGER
*> = 0: successful exit.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> > 0: DBDSDC did not converge, updating process failed.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> = -4: if A has a NAN entry.
*> > 0: DBDSDC did not converge, updating process failed.
*> = 0: successful exit.
*> \endverbatim
*
* Authors:
Expand Down
7 changes: 4 additions & 3 deletions SRC/sgesdd.f
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,10 @@
*> \param[out] INFO
*> \verbatim
*> INFO is INTEGER
*> = 0: successful exit.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> > 0: SBDSDC did not converge, updating process failed.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> = -4: if A has a NAN entry.
*> > 0: SBDSDC did not converge, updating process failed.
*> = 0: successful exit.
*> \endverbatim
*
* Authors:
Expand Down
7 changes: 4 additions & 3 deletions SRC/zgesdd.f
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,10 @@
*> \param[out] INFO
*> \verbatim
*> INFO is INTEGER
*> = 0: successful exit.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> > 0: The updating process of DBDSDC did not converge.
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> = -4: if A has a NAN entry.
*> > 0: The updating process of DBDSDC did not converge.
*> = 0: successful exit.
*> \endverbatim
*
* Authors:
Expand Down

0 comments on commit 128e030

Please sign in to comment.