Macaulay2 Engine
Loading...
Searching...
No Matches
◆
var()
template<class E,
bool
L>
void
ExponentList
< E, L >::var
(
Exponent
v
,
Exponent
e
,
Vector
&
result
)
inline
static
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
}
ExponentList
Definition
ExponentList.hpp:64
ExponentList
Generated on
for Macaulay2 Engine by
1.15.0