This AdaptableBinaryFunction computes the integral division of two polynomials of type PolynomialTraits_d::Polynomial_d up to a constant factor (utcf) .
Precondition
g divides f in Q(R)[x0, ,xd-1], where Q(R) is the quotient field of the base ring R, PolynomialTraits_d::Innermost_coefficient_type.
AdaptableBinaryFunction
CopyConstructible
DefaultConstructible
typedef PolynomialTraits_d::Polynomial_d | ||
result_type; | ||
typedef PolynomialTraits_d::Polynomial_d | ||
first_argument_type; | ||
typedef PolynomialTraits_d::Polynomial_d | ||
second_argument_type; |
result_type | fo ( first_argument_type f , second_argument_type g ) | |
Computes f/g up to a constant factor. |
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::GcdUpToConstantFactor