CGAL 5.6.1 - Algebraic Kernel
AlgebraicKernel_d_2::IsSquareFree_2 Concept Reference

Definition

Computes whether the given bivariate polynomial is square free.

Refines
AdaptableUnaryFunction
See also
AlgebraicKernel_d_2::MakeSquareFree_2
AlgebraicKernel_d_2::SquareFreeFactorize_2

Types

typedef bool result_type
 
typedef AlgebraicKernel_d_2::Polynomial_2 argument_type
 

Operations

result_type operator() (const argument_type &p)
 Computes whether \( p\) is square free.