Macaulay2 Engine
Loading...
Searching...
No Matches

◆ lower_content()

void PolyRing::lower_content ( ring_elem & cont,
ring_elem new_coeff ) const
virtual

Reimplemented from Ring.

Definition at line 2194 of file poly.cpp.

2196{
2197 for (Nterm& t : g) K_->lower_content(c, t.coeff);
2198}
const Ring * K_
Definition polyring.hpp:123

References PolynomialRing::K_.