Definition at line 1060 of file poly.cpp.
1061{
1063 {
1064 ERROR(
"multivariate gcd not yet implemented");
1066 }
1067 ring_elem f =
copy(ff);
1068 ring_elem g =
copy(gg);
1071 {
1073 f = g;
1075 }
1076#if 0
1077
1078
1079#endif
1080 return f;
1081}
virtual ring_elem copy(const ring_elem f) const
virtual ring_elem remainderAndQuotient(const ring_elem f, const ring_elem g, ring_elem ") const
virtual bool is_zero(const ring_elem f) const
const mpreal rem(const mpreal &x, const mpreal &y, mp_rnd_t rnd_mode=mpreal::get_default_rnd())
References copy(), ERROR, is_zero(), PolynomialRing::nvars_, remainderAndQuotient(), s, and ZERO_RINGELEM.