JuliaIntervals / TaylorModels.jl

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

Getter function for the expansion point #75

Closed mforets closed 4 years ago

mforets commented 4 years ago

I think there is no such function; it can be called expansion_point.

lbenet commented 4 years ago

Thanks a lot for bringing this up!

lbenet commented 4 years ago

What about expansion_interval ? x0 is either an interval, for TaylorModel1 and RTaylorModel1, or an interval box for TaylorModelN