Developer documentation

Rings

The following class specifies the scalar type and the representation of polynomials:

template<class C, class B, class O> struct ring;
Parameters
Cis the scalar type;
Bis a variant describing the (basis) representation;
Ois a subvariant. Its default value is B;
Specialized rings:
Polynomials:

The following definition is available

ring<C,B,O>::Polynomial //Polynomial type associated to the ring
See:
ring.hpp, Polynomials
Home