JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
126 stars 26 forks source link

Add centered forms #110

Open dpsanders opened 5 years ago

dpsanders commented 5 years ago

Add mean value forms for scalar and vector functions, and a 3rd-order Taylor form for scalar functions.

dpsanders commented 5 years ago

The Jacobian calculation seems to be very slow for big systems.

codecov-io commented 5 years ago

Codecov Report

Merging #110 into master will decrease coverage by 0.75%. The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   58.48%   57.73%   -0.76%     
==========================================
  Files          11       12       +1     
  Lines         542      556      +14     
==========================================
+ Hits          317      321       +4     
- Misses        225      235      +10
Impacted Files Coverage Δ
src/IntervalRootFinding.jl 5.55% <ø> (ø) :arrow_up:
src/centered_forms.jl 28.57% <28.57%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7c75cea...41e7081. Read the comment docs.