@@ -9,46 +9,46 @@ code for a variety of such numerical problems.
9
9
## Dynamical systems
10
10
11
11
``` @docs
12
- ODEFunction(::System, args...)
13
- ODEProblem(::System, args...)
14
- DAEFunction(::System, args...)
15
- DAEProblem(::System, args...)
16
- SDEFunction(::System, args...)
17
- SDEProblem(::System, args...)
18
- DDEFunction(::System, args...)
19
- DDEProblem(::System, args...)
20
- SDDEFunction(::System, args...)
21
- SDDEProblem(::System, args...)
22
- JumpProblem(::System, args...)
23
- BVProblem(::System, args...)
24
- DiscreteProblem(::System, args...)
25
- ImplicitDiscreteProblem(::System, args...)
12
+ SciMLBase.ODEFunction
13
+ SciMLBase.ODEProblem
14
+ SciMLBase.DAEFunction
15
+ SciMLBase.DAEProblem
16
+ SciMLBase.SDEFunction
17
+ SciMLBase.SDEProblem
18
+ SciMLBase.DDEFunction
19
+ SciMLBase.DDEProblem
20
+ SciMLBase.SDDEFunction
21
+ SciMLBase.SDDEProblem
22
+ JumpProcesses.JumpProblem
23
+ SciMLBase.BVProblem
24
+ SciMLBase.DiscreteProblem
25
+ SciMLBase.ImplicitDiscreteProblem
26
26
```
27
27
28
28
## Nonlinear systems
29
29
30
30
``` @docs
31
- NonlinearFunction(::System, args...)
32
- NonlinearProblem(::System, args...)
33
- SCCNonlinearProblem(::System, args...)
34
- NonlinearLeastSquaresProblem(::System, args...)
35
- SteadyStateProblem(::System, args...)
36
- IntervalNonlinearFunction(::System, args...)
37
- IntervalNonlinearProblem(::System, args...)
31
+ SciMLBase.NonlinearFunction
32
+ SciMLBase.NonlinearProblem
33
+ SciMLBase.SCCNonlinearProblem
34
+ SciMLBase.NonlinearLeastSquaresProblem
35
+ SciMLBase.SteadyStateProblem
36
+ SciMLBase.IntervalNonlinearFunction
37
+ SciMLBase.IntervalNonlinearProblem
38
38
ModelingToolkit.HomotopyContinuationProblem
39
- HomotopyNonlinearFunction(::System, args...)
39
+ SciMLBase.HomotopyNonlinearFunction
40
40
```
41
41
42
42
## Optimization and optimal control
43
43
44
44
``` @docs
45
- OptimizationFunction(::System, args...)
46
- OptimizationProblem(::System, args...)
47
- ODEInputFunction(::System, args...)
48
- JuMPDynamicOptProblem(::System, args...)
49
- InfiniteOptDynamicOptProblem,(::System, args...)
50
- CasADiDynamicOptProblem(::System, args...)
51
- DynamicOptSolution
45
+ SciMLBase.OptimizationFunction
46
+ SciMLBase.OptimizationProblem
47
+ SciMLBase.ODEInputFunction
48
+ ModelingToolkit.JuMPDynamicOptProblem
49
+ ModelingToolkit.InfiniteOptDynamicOptProblem
50
+ ModelingToolkit.CasADiDynamicOptProblem
51
+ ModelingToolkit. DynamicOptSolution
52
52
```
53
53
54
54
## The state vector and parameter object
@@ -102,7 +102,7 @@ There are also utilities for manipulating the results of these analyses in a sym
102
102
103
103
``` @docs
104
104
ModelingToolkit.similarity_transform
105
- ModelingToolkit.reorder_unknnowns
105
+ ModelingToolkit.reorder_unknowns
106
106
```
107
107
108
108
### Analysis point transformations
0 commit comments