Rings

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

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

The polynomials are available through the following definition:

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

Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1