Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::pseudo_division
#include <
CGAL/polynomial_utils.h
>
Definition
For a given
Polynomial_d
the function
pseudo_division
adapts the according functor in
Polynomial_traits_d
<
Polynomial_d
>
.
For more details see the concept
PolynomialTraits_d::PseudoDivision
.
template <class
Polynomial_d
>
void
pseudo_division (
Polynomial_d
f,
Polynomial_d
g,
Polynomial_d
& q,
Polynomial_d
& r,
Polynomial_traits_d
<
Polynomial_d
>::Coefficient_type& D)
Adapts
Polynomial_traits_d
<
Polynomial_d
>::Pseudo_division
.
See Also
Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::PseudoDivision
Next:
pseudo_division_quotient
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 4.0.1. 2 July 2012.