nlsolve.Rd
Thin wrapper around nleqslv
and dfsane
nlsolve(x, fn, tol = 1e-06, maxit = 100, solver = "nleqslv")
x | Starting point |
---|---|
fn | Function to solve |
tol | Tolerance (for |
maxit | Maximum number of iterations. The number of function evaluations will likely exceed this. |
solver | The solver to use. Either "nleqslv" or "dfsane" for now. |