Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SimpleGMRES implementation #366

Merged
merged 14 commits into from
Sep 20, 2023

Merge branch 'main' of github.com:SciML/LinearSolve.jl into ap/simple…

38e3401
Select commit
Loading
Failed to load commit list.
Merged

Add SimpleGMRES implementation #366

Merge branch 'main' of github.com:SciML/LinearSolve.jl into ap/simple…
38e3401
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2023 in 0s

72.35% (+30.51%) compared to 60ae26a

View this Pull Request on Codecov

72.35% (+30.51%) compared to 60ae26a

Details

Codecov Report

Merging #366 (38e3401) into main (60ae26a) will increase coverage by 30.51%.
The diff coverage is 85.08%.

@@             Coverage Diff             @@
##             main     #366       +/-   ##
===========================================
+ Coverage   41.83%   72.35%   +30.51%     
===========================================
  Files          20       23        +3     
  Lines        1446     1787      +341     
===========================================
+ Hits          605     1293      +688     
+ Misses        841      494      -347     
Files Changed Coverage Δ
ext/LinearSolveKernelAbstractionsExt.jl 0.00% <0.00%> (ø)
ext/LinearSolveBlockDiagonalsExt.jl 81.81% <81.81%> (ø)
src/simplegmres.jl 88.25% <88.25%> (ø)
src/LinearSolve.jl 93.84% <100.00%> (-1.40%) ⬇️
src/iterative_wrappers.jl 72.78% <100.00%> (+16.41%) ⬆️

... and 14 files with indirect coverage changes

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