Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarah-ek/faer-rs
Linear algebra foundation for the Rust programming language
https://github.com/sarah-ek/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-ek/faer-rs
- Owner: sarah-ek
- License: mit
- Created: 2022-06-13T22:49:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T19:07:29.000Z (7 months ago)
- Last Synced: 2024-04-14T06:45:19.633Z (7 months ago)
- Topics: linear-algebra, matrix, rust
- Language: Rust
- Homepage: https://faer-rs.github.io
- Size: 3.94 MB
- Stars: 1,203
- Watchers: 15
- Forks: 42
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-systematic-trading - faer - commit/sarah-ek/faer-rs/main) ![GitHub Repo stars](https://img.shields.io/github/stars/sarah-ek/faer-rs?style=social) | Rust | - Linear algebra foundation for the Rust programming language (Basic Components / Alternative libraries)
- awesome-rust - faer-rs - Linear algebra foundation for Rust (Libraries / Computation)
- awesome-rust-list - faer - ek/faer-rs?style=social"/> : Linear algebra foundation for the Rust programming language. [faer-rs.github.io](https://faer-rs.github.io/). faer is a collection of crates that implement low level linear algebra routines in pure Rust. The aim is to eventually provide a fully featured library for linear algebra with focus on portability, correctness, and performance. (Scientific Computation)
- awesome-rust-list - faer - ek/faer-rs?style=social"/> : Linear algebra foundation for the Rust programming language. [faer-rs.github.io](https://faer-rs.github.io/). faer is a collection of crates that implement low level linear algebra routines in pure Rust. The aim is to eventually provide a fully featured library for linear algebra with focus on portability, correctness, and performance. (Scientific Computation)
- fucking-awesome-rust - faer-rs - Linear algebra foundation for Rust (Libraries / Computation)
- fucking-awesome-rust - faer-rs - Linear algebra foundation for Rust (Libraries / Computation)
README
# faer
[![Documentation](https://docs.rs/faer/badge.svg)](https://docs.rs/faer)
[![Crate](https://img.shields.io/crates/v/faer.svg)](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-rs.github.io) 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.81.0.
# Benchmarks
See [the benchmark page](https://faer-rs.github.io/bench-st.html) on the main website.