http://d.puremagic.com/issues/show_bug.cgi?id=9387



--- Comment #8 from Don <clugd...@yahoo.com.au> 2013-01-28 01:01:42 PST ---
BTW you might be interested in std.numeric.findRoot, which is the
root-finding-by-bracketing algorithm (in contrast to "Brent's algorithm" which
is minima-finding-by-bracketing). In terms of number of calls, I believe it
beats all published algorithms (in some cases, by an order of magnitude). I
should really publish it. I did some work on the minima problem as well, and
put it into Tango, but it isn't in Phobos.
The code is very old now, dating from a time where there were many compiler
limitations, and it could use a review.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to