Developer documentation

Polynomials
template<class C, class V> struct polynomial;

General class for polynomials.

Parameters
Cis the type of coefficients
Vis the variant for the implementation
See also
Home