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 and test solvers for non-square operators #454

Closed ChrisRackauckas closed 8 months ago

ChrisRackauckas commented 8 months ago

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

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (30ff6eb) 65.54% compared to head (40743e1) 66.06%.

Files Patch % Lines
src/iterative_wrappers.jl 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #454 +/- ## ========================================== + Coverage 65.54% 66.06% +0.52% ========================================== Files 27 27 Lines 2104 2122 +18 ========================================== + Hits 1379 1402 +23 + Misses 725 720 -5 ```

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