sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language
https://faer-rs.github.io
MIT License
1.75k stars 56 forks source link

More specific Cholesky error #96

Closed jbncode closed 5 months ago

jbncode commented 5 months ago

In the LAPACK Cholesky factorization routines (e.g. DPOTRF) when it encounters an error it returns the details about where it failed (INFO > 0). Is it possible to add something similar to the faer Cholesky routines?

sarah-ek commented 5 months ago

yeah, should be a straightforward change

sarah-ek commented 5 months ago

done! should be available in the next release