adrianschlatter / tanuna

Python tools to work with dynamic systems.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Partially connecting matrices #15

Open adrianschlatter opened 8 years ago

adrianschlatter commented 8 years ago

Currently, we cannot connect a system to only one output of a matrix. Example: Connect a SISO to one leg of a splitter (np.matrix([[1], [1]])).

=> partial connections for matrices could solve that problem.