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

Fiox solution handling for KrylovJL on subarrays #348

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Fixes https://github.com/SciML/LinearSolve.jl/issues/347

codecov[bot] commented 1 year ago

Codecov Report

Merging #348 (6a2aac0) into main (5e0b0b1) will increase coverage by 0.05%. Report is 1 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #348      +/-   ##
==========================================
+ Coverage   75.23%   75.29%   +0.05%     
==========================================
  Files          17       17              
  Lines        1264     1267       +3     
==========================================
+ Hits          951      954       +3     
  Misses        313      313              
Files Changed Coverage Δ
src/iterative_wrappers.jl 72.78% <100.00%> (+0.56%) :arrow_up:

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