JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

Quadratic fast bounder #79

Closed ulinares closed 4 years ago

ulinares commented 4 years ago

This PR implements the quadratic fast bounder with a slight modification to the Makino & Berz algorithm.

lbenet commented 4 years ago

Is this ready for review? I just checked your implementation, and seems ok. I would suggest to add docstrings and tests.

I also note that there are some conflicts master; could you rebase to current master?

ulinares commented 4 years ago

Ready for revision!