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

◆ appendPolynomialBegin()

void newf4::PolynomialListStreamCollector::appendPolynomialBegin ( size_t termCount)

Definition at line 13 of file PolynomialList.cpp.

14{
16 mCurrentTerm = -1;
17 Polynomial F(mValue);
18 mValue.push_back(F);
19 mCoefficients.resize(termCount);
20 mValue[mCurrentPoly].mMonomials.resize(termCount);
21 mValue[mCurrentPoly].mComponents.resize(termCount);
22}
std::vector< Coefficient > mCoefficients

References mCoefficients, mCurrentPoly, mCurrentTerm, and mValue.