CGAL 5.1.5 - Algebraic Foundations
|
AdaptableFunctor
computes a real root of a square-free univariate polynomial.
Types | |
typedef unspecified_type | result_type |
Is AlgebraicStructureTraits::Type . | |
Operations | |
template<class InputIterator > | |
result_type | operator() (int k, InputIterator begin, InputIterator end) |
returns the k-th real root of the univariate polynomial, which is defined by the iterator range, where begin refers to the constant term. More... | |
result_type AlgebraicStructureTraits_::RootOf::operator() | ( | int | k, |
InputIterator | begin, | ||
InputIterator | end | ||
) |
returns the k-th real root of the univariate polynomial, which is defined by the iterator range, where begin refers to the constant term.
AlgebraicStructureTraits::Type
.