fingolfin / Singular.jl

Julia package for the Singular library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Singular

Build Status

Coverage Status

codecov.io

Julia package for using the Singular library for commutative and non-commutative algebra, algebraic geometry, and singularity theory.

To build Singular.jl, start julia and then type:

julia> Pkg.clone("https://github.com/oscar-system/Singular.jl")
julia> Pkg.build("Singular")

To use Singular.jl, start julia and then type:

julia> using Singular

About

Julia package for the Singular library

License:Other


Languages

Language:Julia 96.4%Language:C++ 3.6%