Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » hash tables » HashTable » VirtualTally » Tally
next | previous | forward | backward | up | index | toc

Tally -- the class of all tally results

Description

Tally -- a class designed to hold tally results, i.e., multisets.

See also

Menu

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

For the programmer

The object Tally is a type, with ancestor classes VirtualTally < HashTable < Thing.


The source of this document is in Macaulay2Doc/functions/tally-doc.m2:40:0.