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

◆ appendPolynomialBegin()

void BasicPolyListStreamCollector::appendPolynomialBegin ( size_t termCount)

Definition at line 19 of file BasicPolyList.cpp.

20{
22 mCurrentTerm = -1;
23 mValue[mCurrentPoly].mCoefficients.resize(termCount);
24 mValue[mCurrentPoly].mComponents.resize(termCount);
25 // We don't know the size of the monomial array yet.
26}

References mCurrentPoly, mCurrentTerm, and mValue.