Definition at line 166 of file schorder.cpp.
167{
168
169
170
172 for (unsigned int i = 0; i < a->len; i++)
173 if (a->array[i] >= 0 && a->array[i] <
rank())
175 else
176 {
177 ERROR(
"schreyer order subspace: index out of bounds");
179 return nullptr;
180 }
182}
SchreyerOrder(const Monoid *m)
int compare_num(int i) const
const_monomial base_monom(int i) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References base_monom(), compare_num(), ERROR, freemem(), M, rank(), result(), and SchreyerOrder().