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

Update solvers.rs language #148

Closed abstractqqq closed 1 month ago

abstractqqq commented 1 month ago

As I pointed out in discord, the .solve method's docstring is the same as the .solve_lstsq(),

"solves the equation self * X = rhs"

which can be confusing for people. I made it clear that .solve only works for square matrices.