This package allows users to use Freudenthal triangulation for functional value approximation.
Specifically it allows the user to find the simplex of a point x
in Freudenthal space and the barycentric coordinates of that point with respect to the its simplex.
Start Julia and run the following command:
Pkg.add("FreudenthalTriangulations")
To use the FreudenthalTriangulation module, begin your code with
using FreudenthalTriangulations
Contributors to this package include Sidhart Krishnan, Tim Wheeler, and Mykel Kochenderfer.