Skip to content

sisl/FreudenthalTriangulations.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreudenthalTriangulations.jl

Build Status Coverage Docs

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.

Installation

Start Julia and run the following command:

Pkg.add("FreudenthalTriangulations")

Usage

To use the FreudenthalTriangulation module, begin your code with

using FreudenthalTriangulations

Credits

Contributors to this package include Sidhart Krishnan, Tim Wheeler, and Mykel Kochenderfer.

Releases

No releases published

Packages

No packages published

Languages