sarah-quinones / faer-rs

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

implement the qr module #12

Closed sarah-quinones closed 1 year ago

sarah-quinones commented 1 year ago

implement the qr decomposition with and without column pivoting, along with the solve/reconstruct/inverse/least_squares functions to complete the decomposition api

the qr module is also needed for the future svd module implementation, since it could be used as a preconditioner.

sarah-quinones commented 1 year ago

done! phew