File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ ModelingToolkit.generate_constraint_hessian
2121ModelingToolkit.generate_control_jacobian
2222ModelingToolkit.build_explicit_observed_function
2323ModelingToolkit.generate_control_function
24+ ModelingToolkit.generate_update_A
25+ ModelingToolkit.generate_update_b
2426```
2527
2628For functions such as jacobian calculation which require symbolic computation, there
@@ -42,6 +44,7 @@ ModelingToolkit.cost_hessian_sparsity
4244ModelingToolkit.calculate_constraint_jacobian
4345ModelingToolkit.calculate_constraint_hessian
4446ModelingToolkit.calculate_control_jacobian
47+ ModelingToolkit.calculate_A_b
4548```
4649
4750All code generation eventually calls ` build_function_wrapper ` .
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ SciMLBase.DiscreteProblem
2525SciMLBase.ImplicitDiscreteProblem
2626```
2727
28- ## Nonlinear systems
28+ ## Linear and Nonlinear systems
2929
3030``` @docs
3131SciMLBase.NonlinearFunction
@@ -37,6 +37,7 @@ SciMLBase.IntervalNonlinearFunction
3737SciMLBase.IntervalNonlinearProblem
3838ModelingToolkit.HomotopyContinuationProblem
3939SciMLBase.HomotopyNonlinearFunction
40+ SciMLBase.LinearProblem
4041```
4142
4243## Optimization and optimal control
You can’t perform that action at this time.
0 commit comments