Definition at line 227 of file weylalg.cpp.
228{
229
230
231 if (bottom == 0)
return K_->from_long(1);
232 if (bottom == 1)
return K_->from_long(top);
234 ring_elem
result =
K_->from_long(1);
235 for (int a = 0; a < bottom; a++)
236 {
237 ring_elem b =
K_->from_long(top - a);
238 ring_elem result1 =
K_->mult(
result, b);
241 ring_elem c =
K_->from_long(a + 1);
244 }
246}
VALGRIND_MAKE_MEM_DEFINED & result(result)
References binomtable, binomtop, PolynomialRing::K_, and result().