tropical_algebra

Crates.iotropical_algebra
lib.rstropical_algebra
version0.0.4
sourcesrc
created_at2022-06-15 20:23:56.896373
updated_at2022-06-25 00:17:34.158202
descriptionImplementation of the tropical algebra in Rust.
homepagehttps://github.com/MeetThePatel/Tropical-Algebra
repositoryhttps://github.com/MeetThePatel/Tropical-Algebra
max_upload_size
id606725
size13,347
Meet Patel (MeetThePatel)

documentation

https://docs.rs/tropical_algebra/0.0.2/tropical_algebra/

README

Tropical Algebra

This package is an implementation of the tropical algebra in Rust.

Crates.io

Warning: This package is in very early stages of development. Many features have not been implemented yet.

Planned Features:

  • Implement the basic elements of the ring, and their associated operations.
  • Add support for matrices (using tropical matrix addition and matrix multiplication).
  • Convert implementation to generics (to generalize from f64 to any numeric type).
Commit count: 13

cargo fmt