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
234 stars 40 forks source link

Handle complex numbers correctly by default #334

Closed avik-pal closed 9 months ago

avik-pal commented 9 months ago

For line searches and trust region we can't support complex numbers correctly now. I am dropping them from the default right now.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (aa282b7) 85.59% compared to head (133b1d5) 88.99%.

Files Patch % Lines
src/default.jl 72.72% 6 Missing :warning:
src/utils.jl 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #334 +/- ## ========================================== + Coverage 85.59% 88.99% +3.40% ========================================== Files 24 24 Lines 1957 1972 +15 ========================================== + Hits 1675 1755 +80 + Misses 282 217 -65 ```

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