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

◆ simple_degree()

template<class E, bool L>
Exponent ExponentList< E, L >::simple_degree ( ConstExponents m)
inlinestatic

Definition at line 176 of file ExponentList.hpp.

177 {
178 Exponent deg = 0;
179 for (Iterator i = m; i.valid(); ++i) deg += i.exponent();
180 return deg;
181 }
ExponentListIterator< E, L > Iterator