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

◆ rawSLPProductGate()

gmp_ZZ rawSLPProductGate ( M2SLProgram * S,
M2_arrayint a )

Definition at line 942 of file matrix.cpp.

943{
944 return to_gmp_ZZ(S->value().addMProduct(a));
945}
SLProgram & value()
Definition SLP-defs.hpp:69
GATE_POSITION addMProduct(const M2_arrayint)
Definition SLP.cpp:26
gmp_ZZ to_gmp_ZZ(int a)
Definition matrix.cpp:822

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