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 bf3c193 commit 358b5afCopy full SHA for 358b5af
lib/SCCNonlinearSolve/test/core_tests.jl
@@ -52,7 +52,7 @@ end
52
p[1] = sols[1][1] + sols[1][2] + sols[2][1] + sols[2][2] + sols[2][3]
53
p[2] = sols[1][1] + sols[1][2] + sols[2][1] + 2.0sols[2][2] + sols[2][3]
54
p[3] = sols[1][1] + 2.0sols[1][2] + 3.0sols[2][1] + 5.0sols[2][2] +
55
- 6.0sols[2][3]
+ 6.0sols[2][3]
56
end
57
explicitfun3(cache, [sol1, sol2])
58
sol3 = solve(prob3, NewtonRaphson())
0 commit comments