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

Optimized coloring for specific matrix types #65

Open
gdalle opened this issue Aug 10, 2024 · 0 comments · May be fixed by #139
Open

Optimized coloring for specific matrix types #65

gdalle opened this issue Aug 10, 2024 · 0 comments · May be fixed by #139
Labels
performance Speeding things up

Comments

@gdalle
Copy link
Owner

gdalle commented Aug 10, 2024

There are some matrix types for which we can directly compute the optimal coloring, like (block-)banded matrices.

ArrayInterface.jl does this already but only for column coloring. We could reuse some of that code (if the license is right) and generalize it to other colorings (row, symmetric, bidirectional).

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Speeding things up
Projects
None yet
1 participant