Skip to content
Marcelo Forets edited this page Mar 10, 2020 · 3 revisions

TaylorModels

API

  • backend : e.g. TaylorModels, IntervalArithmetic, SumOfSquares, etc.
  • search : e.g. Static, Dynamic.

Examples:

enclose(f, dom, TM(order=10), Static(nchunks=10))
enclose(f, dom, IA(), Dynamic(maxdepth=10))
...

Add benchmarks

  • #45, #46, #47
Clone this wiki locally