Concept

PolynomialTraits_d::IsSquareFree

Definition

This AdaptableBinaryFunction computes whether the given a polynomial of type PolynomialTraits_d::Polynomial_d is square free.

Note that this statement does cover constant factors, i.e., whether the multivariate content contains a square.

Refines

AdaptableUnaryFunction
CopyConstructible
DefaultConstructible

Types

typedef bool result_type;
typedef PolynomialTraits_d::Polynomial_d
argument_type;

Operations

result_type fo ( argument_type p ) Returns whether the p is square free.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::SquareFreeFactorize
PolynomialTraits_d::MakeSquareFree
PolynomialTraits_d::MultivariateContent