BWAPI
|
#include <CGAL/basic.h>
#include <CGAL/Residue.h>
#include <CGAL/Polynomial.h>
#include <CGAL/Scalar_factor_traits.h>
#include <CGAL/Chinese_remainder_traits.h>
#include <CGAL/Polynomial/modular_gcd_utcf_dfai.h>
#include <CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h>
Go to the source code of this file.
Namespaces | |
namespace | CGAL |
namespace | CGAL::CGALi |
Functions | |
template<class NT > | |
Polynomial< NT > | CGAL::CGALi::modular_gcd_utcf (const Polynomial< NT > &, const Polynomial< NT > &, Integral_domain_tag) |
template<class NT > | |
Polynomial< NT > | CGAL::CGALi::modular_gcd_utcf (const Polynomial< NT > &, const Polynomial< NT > &, Unique_factorization_domain_tag) |
provides gcd for Polynomials, based on Modular arithmetic.