ederc / gb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gb

Build Status

Overview

gb is a library for Groebner basis computations. At the moment only Faugere's F4 Algorithm is available for computations over finite fields and the rationals.

Fast Install Instructions

Using autotools one can compile and install gb by

  • ./autogen.sh
  • ./configure
  • make
  • make install

Interfaces

The package GB.jl at https://github.com/ederc/GB.jl provides a julia interface for calling gb. If you want to write your own interface to gb you can use GB.jl as a blueprint.

About

License:GNU General Public License v2.0


Languages

Language:C 87.9%Language:M4 9.2%Language:Shell 2.6%Language:Makefile 0.2%