diff scripts/optimization/fsolve.m @ 30235:3646ef5efd27

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 09 Oct 2021 13:48:40 +0200
parents a603c9fac000 3dfe97a06ba9
children 796f54d4ddbf
line wrap: on
line diff
--- a/scripts/optimization/fsolve.m	Fri Oct 08 17:37:32 2021 +0200
+++ b/scripts/optimization/fsolve.m	Sat Oct 09 13:48:40 2021 +0200
@@ -107,6 +107,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