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

◆ reset_expvector()

template<typename Key>
void F4MonomialLookupTableT< Key >::reset_expvector ( const_varpower_monomial m)
private

Definition at line 253 of file f4-monlookup.cpp.

255{
256 int nparts = static_cast<int>(*m++);
257 for (int i = nparts; i > 0; i--, m += 2)
258 {
259 exp0[*m] = 0;
260 }
261}

References exp0.

Referenced by find_all_divisors_vp(), and find_one_divisor_vp().