all_ssytx {syt} | R Documentation |
Enumeration of semistandard Young tableaux
Description
Generates all semistandard Young tableaux of a given shape and
filled with integers between 1
and a given n
.
Usage
all_ssytx(lambda, n)
Arguments
lambda |
an integer partition, the shape |
n |
an integer, the maximum value of the entries (the minimum value
is |
Value
List of all semistandard Young tableaux with shape lambda
and filled with integers between 1
and n
.
See Also
ssytx_withGivenShapeAndWeight
.
Examples
ssytx <- all_ssytx(c(2, 1), 3)
lapply(ssytx, prettyTableau)
[Package syt version 0.5.0 Index]