JuliaSmoothOptimizers / AMD.jl

Approximate Minimum Degree Ordering in Julia
Other
21 stars 12 forks source link

Add amd, colamd and symamd methods for Hermitian wrapper #51

Closed amontoison closed 2 years ago

amontoison commented 2 years ago

We will need it for LDLFactorizations.jl if we want to solve complex linear systems.

codecov[bot] commented 2 years ago

Codecov Report

Merging #51 (8273e71) into main (a817fbf) will decrease coverage by 1.26%. The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
- Coverage   95.20%   93.93%   -1.27%     
==========================================
  Files           3        3              
  Lines         125      132       +7     
==========================================
+ Hits          119      124       +5     
- Misses          6        8       +2     
Impacted Files Coverage Δ
src/AMD.jl 93.65% <50.00%> (-3.02%) :arrow_down:
src/COLAMD.jl 92.30% <66.66%> (+0.64%) :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 a817fbf...8273e71. Read the comment docs.