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

◆ computeHashValue()

unsigned int M2FreeAlgebra::computeHashValue ( const ring_elem a) const
virtual

Implements Ring.

Definition at line 78 of file M2FreeAlgebra.cpp.

79{
80 (void) a;
81 return 0; // TODO: change this to a more reasonable hash code.
82}