BWAPI
|
Provides additional utils for the modular GCD calculation. More...
Go to the source code of this file.
Namespaces | |
namespace | CGAL |
namespace | CGAL::CGALi |
Functions | |
template<class NT > | |
void | CGAL::CGALi::euclidean_division_obstinate (const NT &F1, const NT &F2, NT &Q, NT &R) |
template<class NT > | |
void | CGAL::CGALi::euclidean_division_obstinate (const Polynomial< NT > &F1, const Polynomial< NT > &F2, Polynomial< NT > &Q, Polynomial< NT > &R) |
Provides additional utils for the modular GCD calculation.