Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL::square_free_factorize
Definition
For a given
Polynomial_d
the function
square_free_factorize
adapts the according functor in
Polynomial_traits_d
<
Polynomial_d
>
.
For more details see the concept
PolynomialTraits_d::SquareFreeFactorize
.
#include <
CGAL/polynomial_utils.h
>
template <class
Polynomial_d
, class OutputIterator >
OutputIterator
square_free_factorize (
Polynomial_d
p,
OutputIterator it,
Polynomial_traits_d
<
Polynomial
>::Innermost_coefficient& a)
Adapts
Polynomial_traits_d
<
Polynomial_d
>::Square_free_factorize
.
template <class
Polynomial_d
, class OutputIterator >
OutputIterator
square_free_factorize (
Polynomial_d
p, OutputIterator it)
Adapts
Polynomial_traits_d
<
Polynomial_d
>::Square_free_factorize
.
See Also
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::SquareFreeFactorize
Next:
make_square_free
Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL Open Source Project
. Release 3.4. 22 January 2009.