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());
37
mCurrentExponents
[index] =
exponent
;
38
}
MatrixStream::mCurrentExponents
Exponent * mCurrentExponents
Definition
matrix-stream.hpp:131
exponent
int * exponent
Definition
exptable.h:34
References
mCurrentExponents
.
MatrixStream
Generated on
for Macaulay2 Engine by
1.15.0