changeset 30234:3dfe97a06ba9 stable

doc: Document fsolve output "info" -2 (bug #61310). * scripts/optimization/fsolve.m: Document output "info" being -2.
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 08 Oct 2021 19:11:23 -0400
parents 53a8566aa3df
children 3646ef5efd27 3dc9decc98f9
files scripts/optimization/fsolve.m
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/optimization/fsolve.m	Sun Oct 03 12:18:15 2021 +0200
+++ b/scripts/optimization/fsolve.m	Fri Oct 08 19:11:23 2021 -0400
@@ -106,6 +106,9 @@
 ## @item -1
 ## Stopped by @code{OutputFcn}.
 ##
+## @item -2
+## The Jacobian became excessively small and the search stalled.
+##
 ## @item -3
 ## The trust region radius became excessively small.
 ## @end table