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

◆ appendExponent()

void MatrixStream::appendExponent ( VarIndex index,
Exponent exponent )

Definition at line 34 of file matrix-stream.cpp.

35{
36 assert(index < mPolyRing->n_vars());
38}
Exponent * mCurrentExponents
int * exponent
Definition exptable.h:34

References mCurrentExponents.