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

◆ rawSLPSumGate()

gmp_ZZ rawSLPSumGate ( M2SLProgram * S,
M2_arrayint a )

Definition at line 938 of file matrix.cpp.

939{
940 return to_gmp_ZZ(S->value().addMSum(a));
941}
SLProgram & value()
Definition SLP-defs.hpp:69
GATE_POSITION addMSum(const M2_arrayint)
Definition SLP.cpp:17
gmp_ZZ to_gmp_ZZ(int a)
Definition matrix.cpp:822

References SLProgram::addMSum(), to_gmp_ZZ(), and M2SLProgram::value().