We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc8166 commit d83ade4Copy full SHA for d83ade4
control/statesp.py
@@ -970,11 +970,6 @@ def is_static_gain(self):
970
return not np.any(self.A) and not np.any(self.B)
971
972
973
- def is_static_gain(self):
974
- """True if and only if the system has no dynamics, that is,
975
- if A and B are zero. """
976
- return not np.any(self.A) and not np.any(self.B)
977
-
978
# TODO: add discrete time check
979
def _convertToStateSpace(sys, **kw):
980
"""Convert a system to state space form (if needed).
0 commit comments