Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::is_zero_at_homogeneous
#include <
CGAL/polynomial_utils.h
>
Definition
For a given
Polynomial_d
the function
is_zero_at_homogeneous
adapts the according functor in
Polynomial_traits_d
<
Polynomial_d
>
.
For more details see the concept
PolynomialTraits_d::IsZeroAtHomogeneous
.
template < class
Polynomial_d
, class InputIterator >
Polynomial_traits_d
<
Polynomial_d
>::Is_zero_at_homogeneous::result_type
is_zero_at_homogeneous (
Polynomial_d
p, InputIterator begin, InputIterator end)
Adapts
Polynomial_traits_d
<
Polynomial_d
>::Is_zero_at_homogeneous
.
See Also
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::IsZeroAtHomogeneous
Next:
sign_at_homogeneous
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.6.1. 29 June 2010.