Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::substitute
#include <
CGAL/polynomial_utils.h
>
Definition
For a given
Polynomial_d
the function
substitute
adapts the according functor in
Polynomial_traits_d
<
Polynomial_d
>
.
For more details see the concept
PolynomialTraits_d::Substitute
.
template < class
Polynomial_d
, class InputIterator >
CGAL::Coercion_traits
<
Polynomial_traits_d
<
Polynomial_d
>::Innermost_coefficient, std::iterator_traits<Input_iterator>::value_type >::Type
substitute (
Polynomial_d
p, InputIterator begin, InputIterator end)
Adapts
Polynomial_traits_d
<
Polynomial_d
>::
Substitute
.
See Also
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::Substitute
Next:
is_zero_at
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.6.1. 29 June 2010.