JuliaIntervals / IntervalRootFinding.jl

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

Automatic evaluation of multidimensional slope expansions #76

Open eeshan9815 opened 6 years ago

eeshan9815 commented 6 years ago

@dpsanders Transferred all the multidim stuff in this PR

codecov-io commented 6 years ago

Codecov Report

Merging #76 into master will increase coverage by 0.85%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
+ Coverage   64.97%   65.83%   +0.85%     
==========================================
  Files          11       11              
  Lines         551      559       +8     
==========================================
+ Hits          358      368      +10     
+ Misses        193      191       -2
Impacted Files Coverage Δ
src/slopes.jl 82.6% <100%> (+4.03%) :arrow_up:

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 5a0027a...7d0c093. Read the comment docs.

dpsanders commented 6 years ago

Also needs a rebase.

eeshan9815 commented 6 years ago

Done