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

Support MVectors

Open amrods opened this issue 4 years ago • 1 comments

see here: https://discourse.julialang.org/t/help-with-nonlinearsolve-jl/74735

amrods avatar Jan 17 '22 21:01 amrods

I'll handle this in a bit. There's two things here. One thing is that https://github.com/SciML/NonlinearSolve.jl/blob/master/src/scalar.jl we should make the scalar dispatch also support static arrays, that would be the direct fix to this issue. The other thing is that this repo needs to change from having an internal linear solver interface to using NonlinearSolve.jl

ChrisRackauckas avatar Jan 18 '22 02:01 ChrisRackauckas