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

◆ rawSLPInputGate()

gmp_ZZ rawSLPInputGate ( M2SLProgram * S)

Definition at line 937 of file matrix.cpp.

937{ return to_gmp_ZZ(S->value().addInput()); }
SLProgram & value()
Definition SLP-defs.hpp:69
GATE_POSITION addInput()
Definition SLP-defs.hpp:117
gmp_ZZ to_gmp_ZZ(int a)
Definition matrix.cpp:822

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