makeBettiTally(H)
Given a hash table $H$ whose keys are pairs of integers $(p,q)$ this function presents the data in the Betti tally format. For instance, combining this with the totalBetti function reproduces the standard Betti table. By contrast, combining this with the numRepsBetti function produces a table where the entry in position $(p,q)$ is the number of Schur functors in the representation corresponding to that Betti table entry.
|
|
|
The object makeBettiTally is a method function.