thery / multinomials

Multinomials for Ssreflect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Multivariate polynomial Library for the Mathematical Components Library

This library provides a library for monomial algebra,for multivariate polynomials over ring structures and an extended theory for polynomials whose coefficients range over commutative rings and integral domains.

Building and installation instructions

The easiest way to install the latest released version this library is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-mathcomp-multinomials

If you want to install it manually, do:

git clone https://github.com/math-comp/multinomials.git
cd multinomials
make   # or make -j <number-of-cores-on-your-machine> 
make install

Authors

"Pierre-Yves Strub" <pierre-yves@strub.nu>

Contributors:

This library is also the result of discussions with:

About

Multinomials for Ssreflect

License:Other


Languages

Language:Coq 99.9%Language:Makefile 0.1%