Uziel Linares

Results 5 issues of Uziel Linares

There isn't an implemented version of `TaylorModel1` with `TaylorN` (or `TaylorModelN`) coefficients for the following functions - [ ] Trigonometric functions (`sin(x)`, `cos(x)`, etc.) - [ ] Exponential and logarithmic...

Currently, the `linear_dominted_bounder` and `quadratic_fast_bounder` only improves the lower bound, there isn't an implemented way to use these algorithms to improve the upper bound. I have two options in mind...

This PR implements the product of TaylorModel's product as discussed in #80.

Playing around with the implementation of the product of Taylor Models given in [1], I found that his implementation gives a better bound for the resulting Taylor Model, eg, the...