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
2
2
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
4
4
interface. Note that these solvers do not come by default, and thus one needs to install
5
5
the package before using these solvers:
6
6
7
7
``` julia
8
8
using Pkg
9
- Pkg. add (" SppedMapping " )
10
- using SppedMapping , NonlinearSolve
9
+ Pkg. add (" SpeedMapping " )
10
+ using SpeedMapping , NonlinearSolve
11
11
```
12
12
13
13
## Solver API
14
14
15
15
``` @docs
16
- SppedMappingJL
16
+ SpeedMappingJL
17
17
```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This can be written as:
13
13
g(u) = f(u) - u = 0
14
14
```
15
15
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
17
17
algorithm to solve this problem. However, this is often not the most efficient way to
18
18
solve a fixed point problem. We provide a few algorithms available via extensions that
19
19
are more efficient for fixed point problems.
You can’t perform that action at this time.
0 commit comments