Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Schur decomposition #154

Open
alexander-novo opened this issue Oct 9, 2024 · 1 comment
Open

Expose Schur decomposition #154

alexander-novo opened this issue Oct 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@alexander-novo
Copy link

Right now, there is no exposed version of the Schur decomposition. There is functionality for calculating a schur decomposition which is used in calculating eigendecomposition, so it would be nice if these were exposed in a public API.

The schur decomposition is used in plenty of places where we need more than just the eigenvalues on the diagonal, such as in solving lyapunov equations AX + XA* = B, which come up in systems theory

@alexander-novo alexander-novo added the enhancement New feature or request label Oct 9, 2024
@sarah-quinones
Copy link
Owner

it's planned. I'm just busy refactoring the code at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants