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

◆ degree_weights()

virtual void PolyRingQuotient::degree_weights ( const ring_elem f,
const std::vector< int > & wts,
int & lo,
int & hi ) const
inlinevirtual

Implements PolynomialRing.

Definition at line 286 of file polyquotient.hpp.

290 {
291 return numerR_->PolyRing::degree_weights(f, wts, lo, hi);
292 }
const PolyRing * numerR_
Definition polyring.hpp:125

References PolynomialRing::numerR_.