sparsemat / sprs

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

Enhance ldl API #203

Closed vbarrielle closed 4 years ago

vbarrielle commented 4 years ago

This pull request introduces a more ergonomic API to the LDL factorization algorithm, which makes it easy to compute a factorization yet allows customization of some options, such as disabling symmetry check or choosing a method to get a good fill-in reducing permutation.

This should help investigate #199.