syt2matrix {syt} | R Documentation |
Standard Young tableau as sparse matrix
Description
Representation of a standard Young tableau as a sparse matrix.
Usage
syt2matrix(syt)
Arguments
syt |
a standard Young tableau |
Value
A sparse matrix.
Note
This function is the same as tableau2matrix
except that
in addition it checks that the given tableau is a standard Young tableau.
See Also
Examples
syt <- list(c(1, 2, 6), c(3, 5), 4)
syt2matrix(syt)
[Package syt version 0.5.0 Index]