JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of "simple iteration" for the `fixedpoint` inplace functions

jlperla opened this issue · comments

After #148 is done: Implement the inplace version of the algorithm (what is currently in fixedpointOLD!). This might take a little work to figure out what is going on in the other algorithms, and you can ask Patrick for advice. If you are having trouble then we can push it off.

The key is that the df function is a generic wrapper for the function which can give you information about whether it is an inplace function or not.

Closing this, since this is included in the open PR and test suite.