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

◆ hash()

std::size_t ModuleMonom::hash ( ) const
inline

Definition at line 143 of file Polynomial.hpp.

144 {
145 if (mValue[2] == 0) setHashValue();
146 return mValue[2];
147 }
void setHashValue() const

References mValue, and setHashValue().

Referenced by ModuleMonomDefaultConfigOrig::hash(), and ModuleMonomHash::operator()().