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

Update Sparspak to 0.3.6 #261

Closed j-fu closed 1 year ago

j-fu commented 1 year ago

Fixed bug occuring with structurally unsymmetric matrices in https://github.com/PetrKryslUCSD/Sparspak.jl/commit/2b5b685895abdf693a7f72f5903ff87be0bc83b5

codecov[bot] commented 1 year ago

Codecov Report

Merging #261 (710fc37) into main (37d2b1d) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #261      +/-   ##
==========================================
+ Coverage   70.23%   70.27%   +0.03%     
==========================================
  Files          14       14              
  Lines         840      841       +1     
==========================================
+ Hits          590      591       +1     
  Misses        250      250              
Impacted Files Coverage Δ
src/LinearSolve.jl 95.65% <100.00%> (+0.19%) :arrow_up:

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