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

Does galois support sparse matrices? #576

Open
matthagan15 opened this issue Dec 4, 2024 · 1 comment
Open

Does galois support sparse matrices? #576

matthagan15 opened this issue Dec 4, 2024 · 1 comment
Labels
linear-algebra Relating to linear algebra routines

Comments

@matthagan15
Copy link

Currently working on a finite field linalg library for some reseach and I'm looking to release it in the future. I wanted to compare and see the performance difference to the best python package, but my main use case is incredibly sparse matrices.

@mhostetter
Copy link
Owner

To my understanding, Python supports sparse matrices with scipy.sparse. As far as I understand, there's no way to override those calls in np.ndarray, as I have done for other NumPy functions.

So at present, no, galois has no spare matrix support. If there is a technical roadmap, I'd be happy to support it in the future.

@mhostetter mhostetter added the linear-algebra Relating to linear algebra routines label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear-algebra Relating to linear algebra routines
Projects
None yet
Development

No branches or pull requests

2 participants