sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
386 stars 45 forks source link

Bind suitesparse camd #223

Closed vbarrielle closed 3 years ago

vbarrielle commented 3 years ago

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 .