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

◆ find() [1/2]

auto newf4::MonomialHashTable::find ( const MonomialView & m) ->MonomialIndex
inline

Definition at line 179 of file MonomialHashTable.hpp.

180 {
181 return find(m, mHashFunction.hashValue(m));
182 }
MonomialHashFunction mHashFunction
auto find(const MonomialView &m, HashInt mhash) -> MonomialIndex
Essentially the previous case when monomial(n) = monomial 1.

References find(), and mHashFunction.