applyEntries(T,f)
i1 : T = skewTableau(new Partition from {6,3,2}, new Partition from {2}, toList(0..8)) ┌───┬───┬───┬───┐ o1 = │ 0 │ 1 │ 2 │ 3 │ ┌───┬───┼───┼───┴───┴───┘ │ 4 │ 5 │ 6 │ ├───┼───┼───┘ │ 7 │ 8 │ └───┴───┘ o1 : SkewTableau
i2 : applyEntries(T, theBox -> theBox^2) ┌────┬────┬────┬────┐ o2 = │ 0 │ 1 │ 4 │ 9 │ ┌────┬────┼────┼────┴────┴────┘ │ 16 │ 25 │ 36 │ ├────┼────┼────┘ │ 49 │ 64 │ └────┴────┘ o2 : SkewTableau
The object applyEntries is a method function.
The source of this document is in Tableaux/documentation.m2:802:0.