NonlinearSolve.jl icon indicating copy to clipboard operation
NonlinearSolve.jl copied to clipboard

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.

Results 81 NonlinearSolve.jl issues
Sort by recently updated
recently updated
newest added

**Describe the bug 🐞** If it does not find a solution, a `NonlinearLeastSquars` problem returns `Stalled`, thus unsuccessful. **Expected behavior** Return successful retcode. On slack Oscar suggested to maybe create...

bug