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 5944765 commit 4d0f834Copy full SHA for 4d0f834
docs/src/basics/faq.md
@@ -150,7 +150,7 @@ chunksize:
150
InteractiveUtils.@code_warntype NLS.solve(
151
prob,
152
NLS.NewtonRaphson(;
153
- autodiff = ADTypes.AutoForwardDiff(; chunksize = NonlinearSolve.pickchunksize(prob.u0))
+ autodiff = ADTypes.AutoForwardDiff(; chunksize = NLS.pickchunksize(prob.u0))
154
)
155
156
nothing # hide
0 commit comments