File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # SppedMapping .jl
1+ # SpeedMapping .jl
22
3- This is a extension for importing solvers from SppedMapping .jl into the SciML
3+ This is a extension for importing solvers from SpeedMapping .jl into the SciML
44interface. Note that these solvers do not come by default, and thus one needs to install
55the package before using these solvers:
66
77``` julia
88using Pkg
9- Pkg. add (" SppedMapping " )
10- using SppedMapping , NonlinearSolve
9+ Pkg. add (" SpeedMapping " )
10+ using SpeedMapping , NonlinearSolve
1111```
1212
1313## Solver API
1414
1515``` @docs
16- SppedMappingJL
16+ SpeedMappingJL
1717```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This can be written as:
1313g(u) = f(u) - u = 0
1414```
1515
16- Where `` g(u) = 0 `` is a root finding problem. Note that we can use any root finding
16+ `` g(u) = 0 `` is a root finding problem. Note that we can use any root finding
1717algorithm to solve this problem. However, this is often not the most efficient way to
1818solve a fixed point problem. We provide a few algorithms available via extensions that
1919are more efficient for fixed point problems.
You can’t perform that action at this time.
0 commit comments