|
CGAL 5.1 - Polynomial
|
#include <Concepts/PolynomialTraits_d--IsSquareFree.h>
This AdaptableUnaryFunction 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.
AdaptableUnaryFunction
CopyConstructible
DefaultConstructible
Types | |
| typedef bool | result_type |
| typedef PolynomialTraits_d::Polynomial_d | argument_type |
Operations | |
| result_type | operator() (argument_type p) |
| Returns whether the \( p\) is square free. More... | |
| typedef bool PolynomialTraits_d::IsSquareFree::result_type |
| result_type PolynomialTraits_d::IsSquareFree::operator() | ( | argument_type | p | ) |
Returns whether the \( p\) is square free.