Developer documentation

Dual ring of the polynomials
template<class C,class O> struct ring<C, Dual, O>

The polynomials are represented by a sequence of ordered monomials:

Parameters
Cis the type of coefficients
Ois the order on the dual terms.
See:
Rings, polynomial_dual.hpp
template<class C,class O> struct ring<C, Dual, O>

The polynomials are represented by a sequence of ordered monomials:

Parameters
Cis the type of coefficients
Ois the order on the dual terms.
See:
Rings, ring_dual.hpp
Home