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

Factorization? #363

Open
Sentient07 opened this issue Feb 4, 2024 · 1 comment
Open

Factorization? #363

Sentient07 opened this issue Feb 4, 2024 · 1 comment

Comments

@Sentient07
Copy link

Hi,

I was wondering if you'd provide LU/Cholesky/QR factorization for sparse matrices? https://github.com/rgl-epfl/cholespy library provides for cholesky but one would need PD matrices. If I'd want to do LU, I still have to do to_dense() and use torch.lu() which isn't optimal. Hence, was wondering if it could be done using pytorch_sparse? Thanks!

@rusty1s
Copy link
Owner

rusty1s commented Feb 7, 2024

Thanks for the issue. We currently don't have any plans to support such operations in our library.

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