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
221 stars 39 forks source link

ForwardDiff Proper Support #340

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

Fixes #245

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (eabb403) 88.47% compared to head (e4534ed) 89.19%.

Files Patch % Lines
src/ad.jl 82.25% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #340 +/- ## ========================================== + Coverage 88.47% 89.19% +0.72% ========================================== Files 26 26 Lines 2048 2092 +44 ========================================== + Hits 1812 1866 +54 + Misses 236 226 -10 ```

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