Skip to content

Commit f46cba0

Browse files
Merge pull request #108 from DanielVandH/patch-1
NewtonRahpson -> NewtonRaphson
2 parents fbd36d3 + 3b27534 commit f46cba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ sol = solve(probB, Falsi())
4242

4343
v1.0 has been released for NonlinearSolve.jl, making it a decentralized solver library
4444
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`
4646
implementations designed for scalar and static vector inputs have all moved to the
4747
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
4949
LinearSolve.jl and soon SparseDiffTools.jl to allow for preconditioned Newton-Krylov and
5050
exploitation of sparsity. The two pieces will continue to grow in this direction,
5151
with NonlinearSolve.jl gaining more and more wrapped solver libraries and support

0 commit comments

Comments
 (0)