This AdaptableFunctor returns whether a PolynomialTraits_d::Polynomial_d p is zero at a given homogeneous point, which is given by an iterator range.
The polynomial is interpreted as a homogeneous polynomial in all variables.
For instance the polynomial p(x0,x1) = x02x13+x14 is interpreted as the homogeneous
polynomial p(x0,x1,w) = x02x13+x14w1.
typedef bool | result_type; |
template <class InputIterator> | ||||||
result_type | fo ( PolynomialTraits_d::Polynomial_d p , InputIterator begin , InputIterator end ) | |||||
Computes whether p is zero at the homogeneous point given by the iterator range,
where begin is referring to the innermost variable.
|
Polynomial_d
PolynomialTraits_d