Macaulay2 Engine
Loading...
Searching...
No Matches
◆
is_one()
template<class E,
bool
OC>
bool
ExponentVector
< E, OC >::is_one
(
int
nvars
,
ConstExponents
a
)
inline
static
Definition at line
86
of file
ExponentVector.hpp
.
87
{
88
for
(
int
i
= 0;
i
<
nvars
;
i
++)
89
if
(
a
[
i
] != 0)
return
false
;
90
return
true
;
91
}
ExponentVector
Definition
ExponentVector.hpp:66
ExponentVector
Generated on
for Macaulay2 Engine by
1.15.0