Faer-rs: Linear algebra foundation for the Rust programming language

faer is a Rust crate offering low-level linear algebra routines with a high-level wrapper for usability, all in pure Rust. Emphasizing portability, correctness, and performance, faer provides a comprehensive linear algebra library. The benchmarks show faer’s speed compared to other libraries like nalgebra and eigen. Featuring functions such as matrix multiplication, triangular solve, triangular inverse, Cholesky decomposition, LU decomposition, QR decomposition, and matrix inverse, faer showcases its efficiency and versatility. Additionally, potential contributors can start with beginner-friendly tasks and seek guidance in the Discord server.
Key Points: Fast Rust linear algebra library, extensive benchmarks against other libraries, welcoming contributions for all levels.

https://github.com/sarah-ek/faer-rs

To top