clipper
Polynomial Classes in Monomial and Bezier Bases

Polynomial Classes in Monomial and Bezier Bases ***

This section of the implementation utilizes the basic arithmetic operations of a "Numeric" implementation to represent polynomials. Two representations are available: the standard monomial base and the Bezier representation. These are implemented in the classes PolynomialStandard and PolynomialBezier, respectively.

Both classes implement many smaller algorithms later needed for implementing the three root finding algorithms. Among the base algorithms are:

 All Classes Files Functions Variables Typedefs Friends Defines