File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
DiscreteSystem
7
7
```
8
8
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
+
17
17
## Transformations
18
18
19
19
``` @docs; canonical=false
20
20
structural_simplify
21
21
```
22
-
22
+
23
23
## Problem Constructors
24
24
25
25
``` @docs; canonical=false
You can’t perform that action at this time.
0 commit comments