sum_ss
Given 2 systems or gain matrices (or a combination of the two) having the same amount of input/output, the function returns a gain or state space model summing the two. Namely, given:
u -> SS1 -> y1 u -> SS2 -> y2
- we obtain:
u -> SStot -> y1+y2 if negative=False