Bug in bdschur with sorting
Navigation Menu
{{ message }}
python-control / python-control Public
- Notifications You must be signed in to change notification settings
- Fork 453
Closed
Closed
Milestone
Description
opened
on Jun 9, 2023There is a bug in the block-diagonal schur matrix computation in line 473. It should be tmodal = tmodal @ rperm.T. Otherwise tmodal @ amodal @ np.linalg.inv(tmodal) $\neq$ a where a is the input to the function.