Skip to content

Commit de58910

Browse files
simplify
1 parent de7c303 commit de58910

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/src/solvers/NonlinearSystemSolvers.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ Submethod choices for this algorithm include:
7070
- `:newton`: Classical Newton method with an optional line search
7171
- `:trust_region`: Trust region Newton method (the default choice)
7272

73-
For more information on these arguments, consult the
74-
[NLsolve.jl documentation](https://github.com/JuliaNLSolvers/NLsolve.jl).
75-
7673
### MINPACK.jl
7774

7875
MINPACK.jl methods are good for medium-sized nonlinear solves. It does not scale due to

0 commit comments

Comments
 (0)