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

Add support for almost banded matrix #423

Closed avik-pal closed 9 months ago

avik-pal commented 9 months ago

It depends on an unreleased package. I will cleanup that package and release it soon.

codecov[bot] commented 9 months ago

Codecov Report

Merging #423 (e7b1f7d) into main (a455e27) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #423      +/-   ##
==========================================
+ Coverage   63.80%   63.81%   +0.01%     
==========================================
  Files          26       27       +1     
  Lines        2097     2106       +9     
==========================================
+ Hits         1338     1344       +6     
- Misses        759      762       +3     
Files Coverage Δ
ext/LinearSolveFastAlmostBandedMatricesExt.jl 100.00% <100.00%> (ø)
src/factorization.jl 66.81% <100.00%> (+0.07%) :arrow_up:

... and 1 file with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!