# HG changeset patch # User Arun Giridhar # Date 1633734683 14400 # Node ID 3dfe97a06ba9c8185e8578bf57527b2d120c0c51 # Parent 53a8566aa3dfb9d256edb31276bbc37aed274bbf doc: Document fsolve output "info" -2 (bug #61310). * scripts/optimization/fsolve.m: Document output "info" being -2. diff -r 53a8566aa3df -r 3dfe97a06ba9 scripts/optimization/fsolve.m --- 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