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

◆ computeHashValue()

unsigned int EngineMonomial::computeHashValue ( ) const
protectedvirtual

Implements EngineObject.

Definition at line 64 of file monomial.cpp.

65{
66 return varpower::computeHashValue(val.data());
67}
gc_vector< int > val
Definition monomial.hpp:64
static HashExponent computeHashValue(ConstExponents vp)

References ExponentList< int, true >::computeHashValue(), and val.