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

Fix 32-bit OS compatibility with Krylov wrappers #458

Closed ChrisRackauckas closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (50bc8e1) 66.06% compared to head (9999044) 66.06%.

Files Patch % Lines
src/iterative_wrappers.jl 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #458 +/- ## ======================================= Coverage 66.06% 66.06% ======================================= Files 27 27 Lines 2122 2122 ======================================= Hits 1402 1402 Misses 720 720 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.