JuliaAlgebra / StaticPolynomials.jl

Fast evaluation of multivariate polynomials
https://juliaalgebra.github.io/StaticPolynomials.jl/latest/
Other
16 stars 4 forks source link

Add inbounds statements where possible (while adding @boundscheck) #33

Closed saschatimme closed 5 years ago

saschatimme commented 5 years ago

Don't know when these got dropped...

codecov-io commented 5 years ago

Codecov Report

Merging #33 into master will decrease coverage by 0.99%. The diff coverage is 68.42%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
- Coverage   89.95%   88.95%   -1%     
=======================================
  Files          11       11           
  Lines         617      634   +17     
=======================================
+ Hits          555      564    +9     
- Misses         62       70    +8
Impacted Files Coverage Δ
src/polynomial_system.jl 77.35% <65.38%> (-3.06%) :arrow_down:
src/evaluation.jl 84.28% <75%> (+1.47%) :arrow_up:
src/sexponents.jl 68.18% <0%> (-3.25%) :arrow_down:
src/polynomial.jl 88.09% <0%> (-2.15%) :arrow_down:
src/gradient_codegen.jl 95.04% <0%> (-1%) :arrow_down:

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 098d988...6ca8ee0. Read the comment docs.