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

◆ spair() [2/2]

spair::spair ( SPairType t,
int deg0,
int i0,
int j0,
monomial_word * lcm0 )
inline

Definition at line 133 of file f4-types.hpp.

133 :
134 type(t), deg(deg0), i(i0), j(j0), lcm(lcm0) {}
int j
Definition f4-types.hpp:129
monomial_word * lcm
Definition f4-types.hpp:130
SPairType type
Definition f4-types.hpp:126
int i
Definition f4-types.hpp:128
int deg
Definition f4-types.hpp:127

References deg, i, j, lcm, and type.