EvaluateCycleIndicators(F)

cycles.spad line 230 [edit on github]

This package is to be used in conjunction with the CycleIndicators package. It provides an evaluation function for SymmetricPolynomials.

eval : (Mapping(F, Integer), SymmetricPolynomial(Fraction(Integer))) -> F

eval(f, s) evaluates the cycle index s by applying the function f to each integer in a monomial partition, forms their product and sums the results over all monomials.