SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
232 stars 40 forks source link

Wrapper for NLSolvers.jl #379

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

Fixes #75

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (c50c21a) 88.30% compared to head (9a6bdfb) 88.10%.

Files Patch % Lines
ext/NonlinearSolveNLSolversExt.jl 79.06% 9 Missing :warning:
src/algorithms/extension_algs.jl 66.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #379 +/- ## ========================================== - Coverage 88.30% 88.10% -0.20% ========================================== Files 44 45 +1 Lines 2625 2674 +49 ========================================== + Hits 2318 2356 +38 - Misses 307 318 +11 ```

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