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
245 stars 52 forks source link

clean up sparse ldiv for GPL-free builds #291

Closed ChrisRackauckas closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #291 (65bce38) into main (eec3574) will increase coverage by 0.22%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #291      +/-   ##
==========================================
+ Coverage   67.79%   68.02%   +0.22%     
==========================================
  Files          14       14              
  Lines         913      907       -6     
==========================================
- Hits          619      617       -2     
+ Misses        294      290       -4     
Impacted Files Coverage Δ
src/factorization.jl 74.71% <ø> (+0.73%) :arrow_up:
src/factorization_sparse.jl 100.00% <100.00%> (ø)

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