Tally -- the class of all tally results
Description
Tally -- a class designed to hold tally results, i.e., multisets.
See also
- Set -- the class of all sets
Types of tally:
- Set -- the class of all sets
Functions and methods returning a tally:
- tally(String) -- see tally -- tally the elements of a list, sequence, array, or string
- tally(VisibleList) -- see tally -- tally the elements of a list, sequence, array, or string
- Tally + Tally -- union of tallies
- Tally - Tally -- difference of tallies
Methods that use a tally:
- - Tally -- see - -- a unary or binary operator, usually used for negation or subtraction
- commonest(Tally) -- see commonest -- the most common elements of a list or tally
- elements(Tally) -- see elements -- list of elements
The source of this document is in Macaulay2Doc/functions/tally-doc.m2:40:0.