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

◆ var()

template<class E, bool L>
void ExponentList< E, L >::var ( Exponent v,
Exponent e,
Vector & result )
inlinestatic

Definition at line 131 of file ExponentList.hpp.

132 {
133 // TODO: decide on 1 or 3
134 if (e == 0)
135 result = {1};
136 else
137 result = {3, v, e};
138 }