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

Allow to choose Pardiso vendor #506

Closed j-fu closed 4 months ago

j-fu commented 4 months ago

Checklist

Additional context

Add any other context about the problem here.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 56.00000% with 11 lines in your changes missing coverage. Please review.

Project coverage is 62.43%. Comparing base (1f8eb0d) to head (0c0de1c).

Files Patch % Lines
ext/LinearSolvePardisoExt.jl 57.14% 9 Missing :warning:
src/extension_algs.jl 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #506 +/- ## ========================================== - Coverage 62.72% 62.43% -0.30% ========================================== Files 29 29 Lines 2235 2247 +12 ========================================== + Hits 1402 1403 +1 - Misses 833 844 +11 ```

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