JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
129 stars 25 forks source link

Always use autodiff for derivatives / gradients in Newton #13

Closed dpsanders closed 6 years ago

dpsanders commented 7 years ago

This will simplify the interface, at a very small cost in efficiency. (And it's surely pretty rare that people will really want to give the derivative by hand -- and they shouldn't be doing so.)

dpsanders commented 6 years ago

24 uses AD.