8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93d913 commit 45b0915Copy full SHA for 45b0915
doc/control.rst
@@ -139,6 +139,9 @@ Nonlinear system support
139
140
~iosys.find_eqpt
141
~iosys.linearize
142
+ ~iosys.input_output_response
143
+ ~iosys.ss2io
144
+ ~iosys.tf2io
145
flatsys.point_to_point
146
147
.. _utility-and-conversions:
doc/iosys.rst
@@ -205,10 +205,13 @@ Input/output system classes
205
LinearIOSystem
206
NonlinearIOSystem
207
208
-Flat systems functions
209
-----------------------
+Input/output system functions
+-----------------------------
210
.. autosummary::
211
212
find_eqpt
213
linearize
214
+ input_output_response
215
+ ss2io
216
+ tf2io
217
0 commit comments