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

Band sparse matrices #729

Open
emacs-le-retour opened this issue Oct 22, 2018 · 1 comment
Open

Band sparse matrices #729

emacs-le-retour opened this issue Oct 22, 2018 · 1 comment

Comments

@emacs-le-retour
Copy link

I need to do operations (+, *, and \ like in DGBTRS in Lapack) on large band-sparse matrices (https://en.wikipedia.org/wiki/Band_matrix), is there a way to do this with breeze without dense matrices?

@dlwh
Copy link
Member

dlwh commented Nov 30, 2018

We have limited support for CSC but that's it, sorry.

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