realroot_doc 0.1.1
Tensor ring of polynomials in the monomial basis
     template<class C>  struct ring<C, MonomialTensor>

The polynomials are represented by a sequence of coefficients in the monomial basis:

Parameters:
Cis the type of coefficients.
See:
Rings, polynomial_tensor.hpp
     template<class C>  struct ring<C, Monomials>

The polynomials are represented by a sequence of coefficients in the monomial basis:

Parameters:
Cis the type of coefficients.
See:
Rings, ring_univariate.hpp