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

◆ reset_expvector()

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

Definition at line 266 of file res-f4-monlookup.cpp.

268{
269 int nparts = static_cast<int>(*m++);
270 for (int i = nparts; i > 0; i--, m += 2)
271 {
272 exp0[*m] = 0;
273 }
274}

References exp0.

Referenced by find_all_divisors_vp(), and find_one_divisor_vp().