JuliaIntervals / IntervalLinearAlgebra.jl

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

throw error if hbr is used with a non-H-matrix #103

Closed lucaferranti closed 2 years ago

lucaferranti commented 2 years ago

PR description

inside Hansen-Bliek-Rohn algorithm, check that the matrix is H-matrix and throw an error if it isn't

codecov-commenter commented 2 years ago

Codecov Report

Merging #103 (3ff5342) into main (dd1de39) will increase coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Current head 3ff5342 differs from pull request most recent head 6189bf8. Consider uploading reports for the commit 6189bf8 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
+ Coverage   90.96%   90.98%   +0.01%     
==========================================
  Files          14       14              
  Lines         487      488       +1     
==========================================
+ Hits          443      444       +1     
  Misses         44       44              
Impacted Files Coverage Δ
src/linear_systems/enclosures.jl 85.52% <100.00%> (+0.19%) :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 dd1de39...6189bf8. Read the comment docs.