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

Add specialization of linear algebra functions for example det for symbolic matrices that are sparse #1328

Open
zvnkk opened this issue Oct 29, 2024 · 1 comment

Comments

@zvnkk
Copy link

zvnkk commented Oct 29, 2024

Given sparse symbolic matrix determinant does not care about the structure of matrix and does full matrix compuation and it makes impossible to compute determinants of matrices after certain size due to time.
Mathematica implements this feature and computations there are fast.

@ChrisRackauckas
Copy link
Member

It's definitely possible. It can be on the menu but it's mostly based on if a contributor gets interested in implementing it.

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

No branches or pull requests

2 participants