SciML / LinearSolve.jl

LinearSolve.jl: High-Performance Unified Interface for Linear Solvers in Julia. Easily switch between factorization and Krylov methods, add preconditioners, and all in one interface.
https://docs.sciml.ai/LinearSolve/stable/
Other
248 stars 53 forks source link

Fix UMFPACK no symbolic factorization branch #202

Closed ChrisRackauckas closed 2 years ago

ChrisRackauckas commented 2 years ago

Needs tests

codecov[bot] commented 2 years ago

Codecov Report

Merging #202 (13bb58f) into main (1e8f185) will increase coverage by 4.32%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
+ Coverage   59.68%   64.00%   +4.32%     
==========================================
  Files           9        9              
  Lines         625      625              
==========================================
+ Hits          373      400      +27     
+ Misses        252      225      -27     
Impacted Files Coverage Δ
src/factorization.jl 79.60% <100.00%> (+4.97%) :arrow_up:
src/common.jl 87.71% <0.00%> (+8.77%) :arrow_up:
src/default.jl 50.00% <0.00%> (+13.63%) :arrow_up:
src/LinearSolve.jl 75.00% <0.00%> (+75.00%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more