File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ $(SIGNATURES)
8
8
9
9
Structurally simplify algebraic equations in a system and compute the
10
10
topological sort of the observed equations. When `simplify=true`, the `simplify`
11
- function will be applied during the tearing process. It also takes kwargs
11
+ function will be applied during the tearing process. The kwargs
12
12
`allow_symbolic=false`, `allow_parameter=true`, and `conservative=false` which
13
13
limits the coefficient types during tearing. In particular, `conservative=true`
14
14
limits tearing to only solve for trivial linear systems where the coefficient
15
- has the absolute value of ``1``.
15
+ has the absolute value of ``1``. The kwarg `fully_determined=true` controls whether or not
16
+ an error will be thrown if the number of equations don't match the number of inputs,
17
+ outputs, and equations.
16
18
17
19
The optional argument `io` may take a tuple `(inputs, outputs)`.
18
20
This will convert all `inputs` to parameters and allow them to be unconnected, i.e.,
You can’t perform that action at this time.
0 commit comments