You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple root like capabilities from Roots.jl ?.
Many Roots.jl solvers can be included or Roots.jl package can be included in NonlinearSolve.jl for its use as common interface
First things first is interface. It probably needs a separate entry point that makes it explicit about giving multiple solutions. Maybe some meta-algorithm wrapper? Deflation(NewtonRhapson()), where then those algorithms always return u as an array of solutions?
Multiple root like capabilities from Roots.jl ?.
Many Roots.jl solvers can be included or Roots.jl package can be included in NonlinearSolve.jl for its use as common interface
I think @ChrisRackauckas has plans later to include HomotopyContinuation.jl
Summarising this here as issue
The text was updated successfully, but these errors were encountered: