https://github.com/sarah-quinones/faer-rs
Linear algebra foundation for the Rust programming language
https://github.com/sarah-quinones/faer-rs
linear-algebra matrix rust
Last synced: about 1 month ago
JSON representation
Linear algebra foundation for the Rust programming language
- Host: GitHub
- URL: https://github.com/sarah-quinones/faer-rs
- Owner: sarah-quinones
- License: mit
- Created: 2022-06-13T22:49:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T21:09:36.000Z (about 2 months ago)
- Last Synced: 2025-05-09T07:03:03.140Z (about 1 month ago)
- Topics: linear-algebra, matrix, rust
- Language: Rust
- Homepage: https://faer-rs.github.io
- Size: 9.62 MB
- Stars: 2,200
- Watchers: 19
- Forks: 81
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- fucking-awesome-rust - faer-rs - Linear algebra foundation for Rust (Libraries / Computation)
- awesome-rust - faer-rs - Linear algebra foundation for Rust (Libraries / Computation)
README
![]()
# faer
[](https://docs.rs/faer)
[](https://crates.io/crates/faer)`faer` is a rust crate that implements low level linear algebra routines and a high level wrapper for ease of use, in pure rust.
the aim is to provide a fully featured library for linear algebra with focus on portability, correctness, and performance.see the [official website](https://faer.veganb.tw) and the [docs.rs](https://docs.rs/faer/latest/faer) documentation for code examples and usage instructions.
questions about using the library, contributing, and future directions can be discussed in the [discord server](https://discord.gg/Ak5jDsAFVZ).
# contributing
if you'd like to contribute to `faer`, check out the list of "good first issue"
issues. these are all (or should be) issues that are suitable for getting
started, and they generally include a detailed set of instructions for what to
do. please ask questions on the discord server or the issue itself if anything
is unclear!# minimum supported rust version
the current msrv is rust 1.84.0.
# benchmarks
see [the benchmark page](https://faer.veganb.tw/benchmarks/) on the main website.