BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Polynomial/modular_filter.h File Reference
#include <CGAL/basic.h>
#include <CGAL/Polynomial.h>
#include <CGAL/polynomial_utils.h>
#include <CGAL/Polynomial/prs_resultant.h>
#include <CGAL/Modular_traits.h>
Include dependency graph for modular_filter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CGALi

Functions

template<class NT >
bool CGALi::may_have_common_factor_ (const Polynomial< NT > &p1, const Polynomial< NT > &p2,::CGAL::Tag_true)
template<class NT >
bool CGALi::may_have_common_factor_ (const Polynomial< NT > &p1, const Polynomial< NT > &p2,::CGAL::Tag_false)
template<class NT >
bool CGALi::may_have_common_factor (const Polynomial< NT > &P, const Polynomial< NT > &Q)
 Test whether P and Q may have a common factor.
template<class NT >
bool CGALi::may_have_multiple_factor_ (const Polynomial< NT > &P, CGAL::Tag_true)
 Test whether the polynomial P may has a multiple root.
template<class NT >
bool CGALi::may_have_multiple_factor_ (const Polynomial< NT > &, CGAL::Tag_false)
template<class NT >
bool CGALi::may_have_multiple_factor (const Polynomial< NT > &P)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines