log scripts/optimization/fsolve.m @ 17744:d63878346099

age author description
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Tue, 20 Aug 2013 09:42:35 -0700 Rik doc: Periodic spellchecking of documentation.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Mon, 12 Aug 2013 17:36:54 +0200 Stefan Mahr Use ... instead of \ for line continuation marker.
Thu, 07 Feb 2013 22:01:09 +0100 Rafael Laboissiere Fix typo in the documentation of function fsolve
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Sat, 18 Feb 2012 12:43:46 -0800 Rik Extend "FunValCheck" option to optimization routines to detect Inf values.
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Tue, 03 Jan 2012 12:03:12 -0500 Jordi GutiƩrrez Hermoso fsolve.m: Move @seealso to bottom in docstring to silence warning. stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 09 Oct 2011 07:25:07 -0700 Rik Add %!endfunction block keyword to test.m
Mon, 29 Aug 2011 13:07:22 -0400 John W. Eaton prevent optimization functions from setting ans in workspace at startup
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Wed, 16 Jun 2010 20:36:55 -0700 Rik Periodic grammar check of documentation files to ensure common format.
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Tue, 26 Jan 2010 11:55:18 +0100 Jaroslav Hajek support TypicalX and AutoScaling in fsolve/fminunc, don't autoscale by default
Sat, 02 Jan 2010 21:55:17 +0100 Jaroslav Hajek support old style jacobian for fsolve
Tue, 01 Dec 2009 22:40:37 -0500 John W. Eaton more private function and subfunction changes
Tue, 13 Oct 2009 21:10:37 -0700 Rik Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Tue, 08 Sep 2009 14:27:35 +0200 Jaroslav Hajek further correct initial TR step strategy
Sun, 06 Sep 2009 10:02:09 +0200 Jaroslav Hajek update initial TR step for fsolve and fminunc
Mon, 27 Jul 2009 14:15:44 +0200 Jaroslav Hajek safer str2func use in optim functions
Mon, 18 May 2009 09:46:49 +0200 Jaroslav Hajek support central differences in fminunc and fsolve
Sun, 17 May 2009 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Sun, 17 May 2009 17:54:51 +0200 Jaroslav Hajek improve TR updating strategy for fminunc and fsolve
Fri, 24 Apr 2009 12:29:01 -0700 Rik Eliminate most overfull errors when running texi2pdf for generating pdf documentation