EvaluateCycleIndicators FΒΆ
cycles.spad line 228 [edit on github]
This package is to be used in conjuction with the CycleIndicators package. It provides an evaluation function for SymmetricPolynomials.
- eval: (Integer -> F, SymmetricPolynomial Fraction Integer) -> F
eval(f, s)
evaluates the cycle indexs
by applying the functionf
to each integer in a monomial partition, forms their product and sums the results over all monomials.