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
235 stars 51 forks source link

Handle LU failure and Symmetric QR #494

Closed avik-pal closed 2 months ago

avik-pal commented 2 months ago

Sorry for the bad diff, there was a bad windows code that was merged which changed all the line endings

Let's wait for https://github.com/SciML/NonlinearSolve.jl/pull/414 to be finished.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 62.71%. Comparing base (4afec5a) to head (de29257).

Files Patch % Lines
src/factorization.jl 66.66% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #494 +/- ## ========================================== - Coverage 62.85% 62.71% -0.14% ========================================== Files 29 29 Lines 2221 2229 +8 ========================================== + Hits 1396 1398 +2 - Misses 825 831 +6 ```

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

avik-pal commented 2 months ago

Let https://github.com/SciML/LinearSolve.jl/pull/495 go in first

avik-pal commented 2 months ago

This PR will be readable after that is in