faer-rs

Linear algebra foundation for the Rust programming language

https://github.com/zinkkkk/faer-rs

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Linear algebra foundation for the Rust programming language

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 10 months ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Funding License Citation

README.md

faer logo

faer

documentation crate

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 and the docs.rs documentation for code examples and usage instructions.

questions about using the library, contributing, and future directions can be discussed in the discord server.

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 on the main website.

Owner

  • Login: zinkkkk
  • Kind: user
  • Location: Australia

internet stuff

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: faer-rs
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Sarah
    family-names: El Kazdadi
    email: sarah.elkazdadi@gmail.com
    orcid: 'https://orcid.org/0000-0002-5657-0710'
repository-code: 'https://github.com/sarah-quinones/faer-rs'
url: 'https://faer-rs.github.io/'
abstract: A high performance linear algebra library for Rust
keywords:
  - math
  - linear algebra
license: MIT

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Dependencies

.github/workflows/code-quality.yml actions
  • actions/checkout master composite
  • dtolnay/rust-toolchain master composite
.github/workflows/draft-pdf.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • openjournals/openjournals-draft-action master composite
.github/workflows/run-tests.yml actions
  • Swatinem/rust-cache v2 composite
  • actions/checkout master composite
  • codecov/codecov-action v3 composite
  • dtolnay/rust-toolchain master composite
  • taiki-e/install-action nextest composite
  • taiki-e/install-action cargo-llvm-cov composite
Cargo.lock cargo
  • 337 dependencies
Cargo.toml cargo
eigen-bench-setup/Cargo.lock cargo
  • cc 1.2.20
  • shlex 1.3.0
eigen-bench-setup/Cargo.toml cargo
faer/Cargo.toml cargo
  • aligned-vec 0.6.4 development
  • amd 0.2.2 development
  • approx 0.5.1 development
  • assert_approx_eq 1.1.0 development
  • curl 0.4.47 development
  • diol 0.13.0 development
  • flate2 1.1.1 development
  • itertools 0.14.0 development
  • matrix-market-rs 0.1.3 development
  • nalgebra 0.33.2 development
  • serde_json 1.0.140 development
  • serde_test 1.0.177 development
  • simba 0.9.0 development
  • spindle 0.2.1 development
  • tar 0.4.44 development
  • toml 0.8.20 development
  • bytemuck 1.18.0
  • dyn-stack 0.13.0
  • equator 0.4.2
  • faer-macros 0.21.0
  • faer-traits 0.22.1
  • gemm 0.18.2
  • generativity 1.1.0
  • libm 0.2.13
  • log 0.4.22
  • nano-gemm 0.1.2
  • npyz 0.8.3
  • num-complex 0.4.6
  • num-traits 0.2.19
  • pulp 0.21.5
  • rand 0.8.5
  • rand_distr 0.4.3
  • rayon 1.10.0
  • reborrow 0.5.5
  • serde 1.0.217
faer-macros/Cargo.toml cargo
faer-no-std-test/Cargo.toml cargo
faer-traits/Cargo.toml cargo