BWAPI
|
#include <CGAL/basic.h>
#include <CGAL/Polynomial.h>
#include <CGAL/polynomial_utils.h>
#include <CGAL/Polynomial/prs_resultant.h>
#include <CGAL/Modular_traits.h>
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) |