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 a368600 commit afa3693Copy full SHA for afa3693
lib/BracketingNonlinearSolve/src/modAB.jl
@@ -75,7 +75,6 @@ function SciMLBase.__solve(
75
elseif (x2 - x1) < 2ϵ
76
return build_bracketing_solution(prob, alg, x3, y3, x1, x2, ReturnCode.Success)
77
end
78
- x0 = x3
79
if sign(y1) == sign(y3)
80
if side == 1 # Apply Anderson-Bjork correction on the right side
81
m = 1 - y3 / y1
0 commit comments