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
Missing comparison is only part of the reason: Even if that would work, G + G is not the same as 2 * G. 2 * G has the same order as G, but G + G has twice the order of G! => the documentation is wrong.
add support of system comparison to CT_LTI_System. Doctest currently fails because this is not yet implemented.
The text was updated successfully, but these errors were encountered: