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 52131f0 commit c31035aCopy full SHA for c31035a
test/internal_rootfinder.jl
@@ -1,8 +1,8 @@
1
using DiffEqBase
2
-using DiffEqBase: InternalFalsi, InternalITP, IntervalNonlinearProblem
+using DiffEqBase: InternalITP, IntervalNonlinearProblem
3
using ForwardDiff
4
5
-for Rootfinder in (InternalFalsi, InternalITP)
+for Rootfinder in (InternalITP,)
6
rf = Rootfinder()
7
# From SimpleNonlinearSolve
8
f = (u, p) -> u * u - p
0 commit comments