standardTableaux(dim, mu)
i1 : standardTableaux(3, {2,2}) -- lists all standard tableaux on the 2x2 square with entries 0,1,2 o1 = {{{0, 0}, {1, 1}}, {{0, 0}, {1, 2}}, {{0, 0}, {2, 2}}, {{0, 1}, {1, 2}}, ------------------------------------------------------------------------ {{0, 1}, {2, 2}}, {{1, 1}, {2, 2}}} o1 : List
The object standardTableaux is a method function.
The source of this document is in PieriMaps.m2:504:0.