File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ sol = solve(probB, Falsi())
42
42
43
43
v1.0 has been released for NonlinearSolve.jl, making it a decentralized solver library
44
44
akin to DifferentialEquations.jl. For simple implementations of nonlinear solvers,
45
- you can now use SimpleNonlinearSolve.jl. ` Falsi ` , ` Bisection ` , and ` NewtonRahpson `
45
+ you can now use SimpleNonlinearSolve.jl. ` Falsi ` , ` Bisection ` , and ` NewtonRaphson `
46
46
implementations designed for scalar and static vector inputs have all moved to the
47
47
lower dependency version. NonlinearSolve.jl is thus designed for the larger scale
48
- more complex implementations, with ` NewtonRahpson ` now sporting support for
48
+ more complex implementations, with ` NewtonRaphson ` now sporting support for
49
49
LinearSolve.jl and soon SparseDiffTools.jl to allow for preconditioned Newton-Krylov and
50
50
exploitation of sparsity. The two pieces will continue to grow in this direction,
51
51
with NonlinearSolve.jl gaining more and more wrapped solver libraries and support
You can’t perform that action at this time.
0 commit comments