Re: [math] introducing DerivativeStructure into solvers hierarchy

2012-08-24 Thread Sébastien Brisard
Hello, and thanks for all this work! The new framework looks great... Can't wait to find a use-case... 2012/8/24 Gilles Sadowski : >> [...] >> >> I see three different solutions for this. >> >> 1) don't try to merge at all, and duplicate the Newton solver with the >>new type. >> 2) change the

Re: [math] introducing DerivativeStructure into solvers hierarchy

2012-08-24 Thread Gilles Sadowski
> [...] > > I see three different solutions for this. > > 1) don't try to merge at all, and duplicate the Newton solver with the >new type. > 2) change the Newton solver to implement only the new interface (i.e. >remove the "implements" statements for the former interfaces but >let th

[math] introducing DerivativeStructure into solvers hierarchy

2012-08-24 Thread Luc Maisonobe
Hi all, As explained in various messages on this list, I am introducing an enhanced differentiation framework into [math]. The low level part lies in the analysis.differentiation package. This low level part has already been integrated with the basic functions, together with the older framework.