File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 199
199
* > \param[out] INFO
200
200
* > \verbatim
201
201
* > 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.
205
206
* > \endverbatim
206
207
*
207
208
* Authors:
Original file line number Diff line number Diff line change 191
191
* > \param[out] INFO
192
192
* > \verbatim
193
193
* > 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.
197
198
* > \endverbatim
198
199
*
199
200
* Authors:
Original file line number Diff line number Diff line change 191
191
* > \param[out] INFO
192
192
* > \verbatim
193
193
* > 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.
197
198
* > \endverbatim
198
199
*
199
200
* Authors:
Original file line number Diff line number Diff line change 199
199
* > \param[out] INFO
200
200
* > \verbatim
201
201
* > 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.
205
206
* > \endverbatim
206
207
*
207
208
* Authors:
You can’t perform that action at this time.
0 commit comments