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

Check sparsity in LTIModel.from_* methods #2121

Open
pmli opened this issue Jul 21, 2023 · 0 comments
Open

Check sparsity in LTIModel.from_* methods #2121

pmli opened this issue Jul 21, 2023 · 0 comments

Comments

@pmli
Copy link
Member

pmli commented Jul 21, 2023

For example, the clamped beam model from the SLICOT benchmark has the A matrix of size 348x348 stored in a sparse format, but more than 50% of the entries are nonzero (which makes computations much slower than if a dense format was used). It might be good to check the sparsity and automatically decide on a storage format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant