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

Avoid constructing any Krylov cache with default dense #468

Closed ChrisRackauckas closed 7 months ago

ChrisRackauckas commented 7 months ago

@avik-pal try it when this patch is out.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (fa5278e) 66.06% compared to head (91fe4d4) 66.06%.

Files Patch % Lines
src/default.jl 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #468 +/- ## ======================================= 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.