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

◆ rawSLPDetGate()

gmp_ZZ rawSLPDetGate ( M2SLProgram * S,
M2_arrayint a )

Definition at line 946 of file matrix.cpp.

947{
948 return to_gmp_ZZ(S->value().addDet(a));
949}
SLProgram & value()
Definition SLP-defs.hpp:69
GATE_POSITION addDet(const M2_arrayint)
Definition SLP.cpp:35
gmp_ZZ to_gmp_ZZ(int a)
Definition matrix.cpp:822

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