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
function Base.convert(::Type{NamedStateSpace{T, S}}, s::U) where {T, S <:AbstractStateSpace, U <:TransferFunction}
@@ -151,6 +151,7 @@ end
151
151
Return a named tuple `(; x, u)` containing the operating point of the system `P`. If no operating point is set, a zero operating point of correct dimension is returned.
@@ -748,7 +749,11 @@ function ControlSystemsBase.sminreal(s::NamedStateSpace)
748
749
return s
749
750
end
750
751
_, _, _, inds = CS.struct_ctrb_obsv(s.sys) # we do this one more time to get the inds. This implies repeated calculations, but will allow inner systems of exotic types that have a special method for sminreal to keep their type.
0 commit comments