We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07e0a2 commit 254eb3dCopy full SHA for 254eb3d
1 file changed
docs/src/tutorial-iss.md
@@ -228,7 +228,7 @@ Let us benchmark the methods to solve the shooting equation.
228
```
229
230
```@example main-iss
231
-@benchmark solve(prob, SimpleNewtonRaphson(); show_trace=Val(false)) # NonlinearSolve
+@benchmark solve(prob; show_trace=Val(false)) # NonlinearSolve
232
233
234
According to the NonlinearSolve documentation, for small nonlinear systems, it could be faster to use the
0 commit comments