We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7c303 commit de58910Copy full SHA for de58910
docs/src/solvers/NonlinearSystemSolvers.md
@@ -70,9 +70,6 @@ Submethod choices for this algorithm include:
70
- `:newton`: Classical Newton method with an optional line search
71
- `:trust_region`: Trust region Newton method (the default choice)
72
73
-For more information on these arguments, consult the
74
-[NLsolve.jl documentation](https://github.com/JuliaNLSolvers/NLsolve.jl).
75
-
76
### MINPACK.jl
77
78
MINPACK.jl methods are good for medium-sized nonlinear solves. It does not scale due to
0 commit comments