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

◆ degree_weights()

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

Reimplemented in FractionField, LocalRing, PolynomialRing, PolyRing, and PolyRingQuotient.

Definition at line 415 of file ring.cpp.

419{
420 lo = hi = 0;
421}

Referenced by vec_degree_weights().