File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 66DiscreteSystem
77```
88
9- ## Composition and Accessor Functions
10-
11- - ` get_eqs(sys) ` or ` equations(sys) ` : The equations that define the discrete system.
12- - ` get_unknowns(sys) ` or ` unknowns(sys) ` : The set of unknowns in the discrete system.
13- - ` get_ps(sys) ` or ` parameters(sys) ` : The parameters of the discrete system.
14- - ` get_iv(sys) ` : The independent variable of the discrete system
15- - ` discrete_events(sys) ` : The set of discrete events in the discrete system.
16-
9+ ## Composition and Accessor Functions
10+
11+ - ` get_eqs(sys) ` or ` equations(sys) ` : The equations that define the discrete system.
12+ - ` get_unknowns(sys) ` or ` unknowns(sys) ` : The set of unknowns in the discrete system.
13+ - ` get_ps(sys) ` or ` parameters(sys) ` : The parameters of the discrete system.
14+ - ` get_iv(sys) ` : The independent variable of the discrete system
15+ - ` discrete_events(sys) ` : The set of discrete events in the discrete system.
16+
1717## Transformations
1818
1919``` @docs; canonical=false
2020structural_simplify
2121```
22-
22+
2323## Problem Constructors
2424
2525``` @docs; canonical=false
You can’t perform that action at this time.
0 commit comments