Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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 had a NAN entry.
*> > 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 had 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 had 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 had a NAN entry.
*> > 0: The updating process of DBDSDC did not converge.
*> = 0: successful exit.
*> \endverbatim
*
* Authors:
Expand Down