Skip to content

HereAround/JToric.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JToric

Docs CI codecov

What is JToric about?

This package aims to make functionality for computing with toric varieties available in Julia and the computer algebra system Oscar (https://oscar.computeralgebra.de/). In particular, the functionality provided by the ToricVarieties_project (https://github.com/homalg-project/ToricVarieties_project) as well as polymake (https://polymake.org/doku.php) will be made available.

Documentation

The documentation is available at https://oscar-system.github.io/JToric.jl/dev/.

Installation

First, install Julia on your computer. Next, this development version of JToric should be placed outside of the .julia folder of your home folder. If not done yet, please move it to such a location now and register and build it as follows:

using Pkg
Pkg.develop( path = "path/to/your/JToric" )
Pkg.build( "JToric" )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GAP 54.1%
  • Julia 45.2%
  • Other 0.7%