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 potential uninitialized in Symmetric building of NormalChol cache #453

Closed ChrisRackauckas closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (26ac213) 65.39% compared to head (f10bc70) 65.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #453 +/- ## ========================================== + Coverage 65.39% 65.44% +0.04% ========================================== Files 27 27 Lines 2104 2101 -3 ========================================== - Hits 1376 1375 -1 + Misses 728 726 -2 ```

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