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
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
These all allocate. We can instead allocate once and make those all in-place. There's no need for a NonlinearSolve.jl version because it's still a rather straightforward method (no Jacobians), and this is really the only tweak that needs to be done.
The text was updated successfully, but these errors were encountered:
#41
https://github.com/SciML/SimpleNonlinearSolve.jl/blob/main/src/lbroyden.jl#L47-L49
https://github.com/SciML/SimpleNonlinearSolve.jl/blob/main/src/lbroyden.jl#L61-L62
https://github.com/SciML/SimpleNonlinearSolve.jl/blob/main/src/lbroyden.jl#L64-L66
https://github.com/SciML/SimpleNonlinearSolve.jl/blob/main/src/lbroyden.jl#L71
These all allocate. We can instead allocate once and make those all in-place. There's no need for a NonlinearSolve.jl version because it's still a rather straightforward method (no Jacobians), and this is really the only tweak that needs to be done.
The text was updated successfully, but these errors were encountered: