JuliaIntervals / IntervalLinearAlgebra.jl

Linear algebra done rigorously
MIT License
36 stars 9 forks source link

added skalna06 algorithm for PILS #115

Closed lucaferranti closed 2 years ago

lucaferranti commented 2 years ago

PR description

added skalna06 algorithm to solve parametric interval linear systems

codecov-commenter commented 2 years ago

Codecov Report

Merging #115 (3f0346b) into main (c4c604a) will increase coverage by 0.09%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   96.93%   97.02%   +0.09%     
==========================================
  Files          16       17       +1     
  Lines         620      639      +19     
==========================================
+ Hits          601      620      +19     
  Misses         19       19              
Impacted Files Coverage Δ
src/IntervalLinearAlgebra.jl 100.00% <ø> (ø)
src/pils/affine_parametric_array.jl 96.36% <93.54%> (+2.13%) :arrow_up:
src/pils/pils_solvers.jl 93.75% <93.75%> (ø)
src/pils/affine_expressions.jl 98.73% <100.00%> (ø)

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 c4c604a...3f0346b. Read the comment docs.