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

◆ stepIterators()

template<typename CoefficientRingType>
void Polynomial< CoefficientRingType >::const_iterator::stepIterators ( )
inlineprivate

Definition at line 278 of file Polynomial.hpp.

279 {
280 // this is the function that actually increments the various iterators
281 // increment the ring element first
282 mCoeffIt++;
283 // increment to the end of the monomial
284 mMonomIt += *mMonomIt; // move to next monomial
285 }
coeffConstIterator mCoeffIt
monomConstIterator mMonomIt

References mCoeffIt, and mMonomIt.

Referenced by operator++(), and operator++().