Is there a package that implements root-finding like Newton's method for multivariate functions? Roots.jl seems to only support scalar functions.
Bonus if it includes SPICE-style limiting but that's a bit more obscure so I could add that
I think you can use one of the many: NLsolve.jl, NLSolvers.jl, Sundials.jl (look for KINSOL inside I think), SIAMFANLEquations.jl, and then there's NonlinearSolve.jl that should eventually "wrap them all".
I would start with NLsolve.jl as I believe it's the most polished one at this stage, and if you want more then try the others.
Last updated: Nov 06 2024 at 04:40 UTC