CGAL 5.1 - Polynomial
PolynomialTraits_d::MultivariateContent Class Reference

#include <Concepts/PolynomialTraits_d--MultivariateContent.h>

Definition

This AdaptableUnaryFunction computes the content of a PolynomialTraits_d::Polynomial_d with respect to the symmetric view on the polynomial, that is, it computes the gcd of all innermost coefficients.

This functor is well defined if PolynomialTraits_d::Innermost_coefficient_type is a Field or a UniqueFactorizationDomain.

Refines:

AdaptableUnaryFunction

CopyConstructible

DefaultConstructible

See also
Polynomial_d
PolynomialTraits_d

Types

typedef PolynomialTraits_d::Innermost_coefficient_type result_type
 
typedef PolynomialTraits_d::Polynomial_d argument_type
 

Operations

result_type operator() (argument_type p)
 Computes the \( gcd\) of all innermost coefficients of \( p\). More...
 

Member Typedef Documentation

◆ argument_type

◆ result_type

Member Function Documentation

◆ operator()()

result_type PolynomialTraits_d::MultivariateContent::operator() ( argument_type  p)

Computes the \( gcd\) of all innermost coefficients of \( p\).