JuliaIntervals / TaylorModels.jl

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

Simplify product for TMN #70

Closed lbenet closed 4 years ago

lbenet commented 4 years ago

This is similar to #68 to reduce the number of allocations when multiplying two TaylorModelNs. Yet, it does not quite solve #29. I'll be experimenting on this a couple of days.

lbenet commented 4 years ago

@dpsanders Any idea why travis did not run here?

lbenet commented 4 years ago

Tests are passing... I'll merge this to eventually tag a new version (#71)