|
CGAL 5.1 - Polynomial
|
#include <Concepts/PolynomialTraits_d--MonomialRepresentation.h>
This Functor outputs the monomial representation of the given polynomial, that is, it writes all non zero terms of the polynomial as std::pair<CGAL::Exponent_vector, PolynomialTraits_d::Innermost_coefficient_type> into the given output iterator.
Assignable
CopyConstructible
DefaultConstructible
Operations | |
| template<class OutputIterator > | |
| OutputIterator | operator() (PolynomialTraits_d::Polynomial_d p, OutputIterator it) |
| Writes the monom representation of \( p\) into the given output iterator \( it\). More... | |
| OutputIterator PolynomialTraits_d::MonomialRepresentation::operator() | ( | PolynomialTraits_d::Polynomial_d | p, |
| OutputIterator | it | ||
| ) |
Writes the monom representation of \( p\) into the given output iterator \( it\).
std::iterator_traits< OutputIterator >::value_type must be constructible from std::pair<CGAL::Exponent_vector, PolynomialTraits_d::Innermost_coefficient_type>.