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
Convert an `System` to a `NamedStateSpace` using linearization. `inputs, outputs` are vectors of variables determining the inputs and outputs respectively. See docstring of `ModelingToolkit.linearize` for more info on `kwargs`.
64
64
@@ -74,6 +74,7 @@ function RobustAndOptimalControl.named_ss(
74
74
inputs,
75
75
outputs;
76
76
descriptor =true,
77
+
simple_infeigs =true,
77
78
kwargs...,
78
79
)
79
80
@@ -112,7 +113,7 @@ function RobustAndOptimalControl.named_ss(
112
113
# This indicates that input derivatives are present
113
114
duinds =findall(any(!iszero, eachcol(matrices.B[:, nu+1:end]))) .+ nu
114
115
u2du = (1:nu) .=> duinds # This maps inputs to their derivatives
0 commit comments