Definition at line 183 of file res-moninfo-sparse.hpp.
186 {
187
188
193
195
196 for (
int i =
mNumVars - 1; i >= 0; --i)
197 {
198 if (e[i] > 0)
199 {
200 for (int j = 0; j < e[i]; j++)
201 {
203 result[next_var_slot] = i;
204 next_var_slot++;
205 }
206 }
207 }
208 result[0] = next_var_slot;
210 return true;
211 }
unsigned long ncalls_from_expvector
void setWeightAndHash(res_packed_monomial result) const
std::unique_ptr< res_monomial_word[]> hashfcn
VALGRIND_MAKE_MEM_DEFINED & result(result)
References hashfcn, mFirstVar, mNumVars, ncalls_from_expvector, result(), and setWeightAndHash().