8000 Bug in bdschur with sorting · Issue #911 · python-control/python-control · GitHub
[go: up one dir, main page]

Skip to content
Bug in bdschur with sorting #911
Closed
@akhadke-bdai

Description

@akhadke-bdai

There 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0