AdaptableFunctor computes a real root of a square-free univariate polynomial.
AdaptableFunctor
AlgebraicStructureTraits::RootOf::result_type | |
Is AlgebraicStructureTraits::Type.
|
template<class InputIterator> | ||||||
result_type | root_of ( 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.
|
FieldWithRootOf
AlgebraicStructureTraits