Macaulay2 Engine
Loading...
Searching...
No Matches
◆
computeHashValue()
template<class E,
bool
L>
HashExponent
ExponentList
< E, L >::computeHashValue
(
ConstExponents
vp
)
inline
static
Definition at line
75
of file
ExponentList.hpp
.
76
{
77
HashExponent
hashval
= *
vp
;
78
for
(
Iterator
i
=
vp
;
i
.valid(); ++
i
)
79
hashval
= 4624296 *
hashval
+ 2341 *
i
.
var
() +
i
.exponent();
80
return
hashval
;
81
}
ExponentList::HashExponent
std::make_unsigned< Exponent >::type HashExponent
Definition
ExponentList.hpp:72
ExponentList::Iterator
ExponentListIterator< E, L > Iterator
Definition
ExponentList.hpp:65
ExponentList::var
static void var(Exponent v, Exponent e, Vector &result)
Definition
ExponentList.hpp:131
ExponentList
Definition
ExponentList.hpp:64
ExponentList
Generated on
for Macaulay2 Engine by
1.15.0