Macaulay2 Engine
Loading...
Searching...
No Matches
◆
operator()()
[1/2]
bool
MonomialHashAndEqVarSize::operator()
(
const
int
*
a
,
const
int
*
b
) const
inline
Definition at line
174
of file
monomial-sets.hpp
.
175
{
176
if
(*a != *b)
return
false
;
177
return
std::equal(a, a + *a, b);
178
}
MonomialHashAndEqVarSize
Generated on
for Macaulay2 Engine by
1.15.0