Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::square_free_factorize
#include <
CGAL/polynomial_utils.h
>
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
.
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
Acknowledging CGAL
CGAL Open Source Project
. Release 3.6.1. 29 June 2010.