You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/systems/systems.jl
+4-2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ topological sort of the observed equations in `sys`.
24
24
+ When `simplify=true`, the `simplify` function will be applied during the tearing process.
25
25
+ `allow_symbolic=false`, `allow_parameter=true`, and `conservative=false` limit the coefficient types during tearing. In particular, `conservative=true` limits tearing to only solve for trivial linear systems where the coefficient has the absolute value of ``1``.
26
26
+ `fully_determined=true` controls whether or not an error will be thrown if the number of equations don't match the number of inputs, outputs, and equations.
27
+
+ `sort_eqs=true` controls whether equations are sorted lexicographically before simplification or not.
0 commit comments