-
Notifications
You must be signed in to change notification settings - Fork 0
Home
aju edited this page Jul 14, 2014
·
2 revisions
This small project is a template C++ based classes for work with polynômes in several variables mainly over a commutative ring. The implementation use extensively the libstdc++ library and it is compatible with the standard c++11, this library could be compiled with clang.
Also there is a class for the definition of Finite Fields Fq, I am still working on. Finally I would like to test the speed of the classical operations and improve its algorithms.
Also I am researching about the Gröbner basis determination algorithms for this template class of polynômes.