log scripts/optimization/fsolve.m @ 8990:349d75161672

age author description
Tue, 17 Mar 2009 13:38:16 +0100 Jaroslav Hajek more cosmetic adjustments to fsolve
Tue, 17 Mar 2009 12:38:44 +0100 Jaroslav Hajek minor doc fixes in fsolve
Tue, 17 Mar 2009 08:49:08 +0100 Jaroslav Hajek improvements to fsolve & family
Tue, 24 Feb 2009 13:53:14 +0100 Jaroslav Hajek fix fsolve bug
Mon, 16 Feb 2009 16:08:41 +0100 Jaroslav Hajek update comments in fsolve
Fri, 06 Feb 2009 13:45:48 +0100 Jaroslav Hajek improve fsolve and add ComplexEqn option
Wed, 04 Feb 2009 10:18:25 +0100 Jaroslav Hajek small fix in fsolve
Fri, 30 Jan 2009 15:42:51 -0500 John W. Eaton optimization: use PKG_ADD: comments instead of PKG_ADD file
Fri, 30 Jan 2009 21:24:29 +0100 Jaroslav Hajek implement registering of optimization options
Wed, 28 Jan 2009 13:01:57 +0100 Jaroslav Hajek do not pivot by default in fsolve
Wed, 28 Jan 2009 11:00:22 +0100 Jaroslav Hajek fix typo in fsolve
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