# HG changeset patch # User Markus Mützel # Date 1633780120 -7200 # Node ID 3646ef5efd276a04f91eb9e8238881fbd2835c3c # Parent 76393baa188d5c9fb058f33c0952c4f2a457dfb2# Parent 3dfe97a06ba9c8185e8578bf57527b2d120c0c51 maint: merge stable to default. diff -r 76393baa188d -r 3646ef5efd27 scripts/optimization/fsolve.m --- 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