Reimplemented from Ring.
Definition at line 373 of file localring.cpp.
374{
377 {
378 c = g;
379 return;
380 }
381
388
390
392 const RingElement *cc3 = (*c2) * (*g2);
393 const RingElement *cc4 = (*cc3) / (*cc2);
394
398
400}
virtual bool is_zero(const ring_elem f) const
local_elem * new_local_elem() const
ring_elem get_value() const
static RingElement * make_raw(const Ring *R, ring_elem f)
const RingElement * rawGCDRingElement(const RingElement *f, const RingElement *g, const RingElement *mipo, const M2_bool inExtension)
VALGRIND_MAKE_MEM_DEFINED & result(result)
const local_elem * get_local_elem() const
References local_elem::denom, ring_elem::get_local_elem(), RingElement::get_value(), is_zero(), RingElement::make_raw(), mRing, new_local_elem(), local_elem::numer, rawGCDRingElement(), result(), and use_gcd_simplify.