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

Bind suitesparse camd #223

Merged
merged 11 commits into from
Sep 15, 2020
Merged

Bind suitesparse camd #223

merged 11 commits into from
Sep 15, 2020

Conversation

vbarrielle
Copy link
Collaborator

This merge request adds a new crate, sprs_suitesparse_camd, that binds to the CAMD fill-in reducing permutation function of the SuiteSparse library, and integrates it into the sprs-ldl crate.

This should help with #199 .

This type will make it easier to write symbolic algorithms without
worrying about the scalar type.
This will avoid version churn
Though this commit will not be the one where I publish, this will come
later, but I'm sure I won't forget about this breaking change now.
Since we can now only use the structure, we can actually remove
constraints on N.
These are no longer necessary as pyo3 builds on stable now.
At some point I'll need to figure out a proper way to use suitesparse on
platforms other than linux.
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

Successfully merging this pull request may close these issues.

1 participant