TropicalNumbers.jl

Tropical Numbers
Author TensorBFS
Popularity
5 Stars
Updated Last
1 Year Ago
Started In
May 2020

TropicalNumbers

Tropical number algebra, still under development.

Build Status Codecov

To start

pkg> add TropicalNumbers

Why another tropical number?

Related packages includes

Tropical numbers in these packages contains an extra field isinf. Which is not nessesary because we have Inf and -Inf for floating point numbers already, we can just use them directly. It is memory more efficient and computational cheap.

Most importantly, we are going to release a BLAS package for tropical numbers, which is two orders faster than naive Julia loops. If a tropical number is defined as a composite data structure, it is hard to utilize SIMD.

Ecosystem

  • TropicalGEMM, Tropical matrix multiplication with close to optimal speed.

Required Packages

No packages found.