log scripts/optimization/fsolve.m @ 8613:38482007c834

age author description
Wed, 28 Jan 2009 08:38:29 +0100 Jaroslav Hajek relax scaling in fsolve and use class-dependent default tolerances
Tue, 27 Jan 2009 21:22:59 +0100 Jaroslav Hajek fix typo in fsolve
Tue, 27 Jan 2009 08:15:08 +0100 Jaroslav Hajek enable default settings queries in optim funcs
Mon, 26 Jan 2009 15:46:33 +0100 Jaroslav Hajek handle sparse jacobians in fsolve
Mon, 26 Jan 2009 11:29:16 +0100 Jaroslav Hajek improvements to fsolve
Thu, 22 Jan 2009 11:10:47 +0100 Jaroslav Hajek use replacement methods if qrupdate is not available
Wed, 21 Jan 2009 07:07:12 +0100 Jaroslav Hajek allow fsolve work without qrupdate
Wed, 14 Jan 2009 16:06:48 -0500 John W. Eaton fzero.m, fsolve.m: additional doc fixes
Wed, 14 Jan 2009 15:58:20 -0500 John W. Eaton fsolve.m: additional doc fix
Wed, 14 Jan 2009 15:47:37 -0500 John W. Eaton fsolve.m: doc fix
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Mon, 12 Jan 2009 13:32:12 -0500 John W. Eaton fsolve.m, fzero.m: undo part of previous change
Mon, 12 Jan 2009 13:11:35 -0500 John W. Eaton fsolve.m, fzero.m: style fixes; use strcmpi to compare options
Mon, 12 Jan 2009 13:04:13 -0500 John W. Eaton fsolve.m: style fixes
Thu, 11 Dec 2008 07:51:40 +0100 Jaroslav Hajek optionally allow pivoting in fsolve
Mon, 08 Dec 2008 14:56:29 +0100 Jaroslav Hajek allow overdetermined systems in fsolve
Sun, 28 Sep 2008 21:09:35 +0200 Jaroslav Hajek initial implementation of fsolve