alga

Crates.ioalga
lib.rsalga
version0.9.3
sourcesrc
created_at2016-09-11 09:25:10.288907
updated_at2020-03-02 08:54:17.641259
descriptionAbstract algebra for Rust
homepage
repositoryhttps://github.com/rustsim/alga
max_upload_size
id6332
size170,758
MACs (github:rustcrypto:macs)

documentation

https://docs.rs/alga

README

crates.io Build status

Documentation

alga − abstract algebra for Rust

alga aims to provide solid mathematical abstractions to algebra-focused applications. It defines and organizes through trait inheritance the basic building blocks of general algebraic structures. Specific implementations of algebraic structure traits are left to other crates. Higher-level traits for specialized domains of algebra (like linear algebra) are also provided and will prove useful for applications that include code that is generic wrt. the algebraic entity types.

Examples of types that could derive from traits defined in alga:

  • Integers, reals and rationals numbers
  • Complex numbers
  • Polynomials
  • Matrices and vectors
  • Quaternions and octonians
  • Strings under concatenation

alga started as a fork of algebra.

References

Interesting papers

Inspiring Libraries

Commit count: 241

cargo fmt