This AdaptableFunctor computes the pseudo division of two polynomials and .
Given and this functor computes quotient and remainder such that and , where
This functor is useful if the regular division is not available, which is the case if PolynomialTraits_d::Coefficient_type is not a Field. Hence in general it is not possible to invert the leading coefficient of . Instead is extended by allowing integral divisions in the internal computation.
|
|
|
| |||
Computes the pseudo division with respect to the outermost variable . |
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::PseudoDivision
PolynomialTraits_d::PseudoDivisionRemainder
PolynomialTraits_d::PseudoDivisionQuotient