syt2matrix: Standard Young tableau as sparse matrix

Description Usage Arguments Value See Also Examples

View source: R/syt2matrix.R

Description

Representation of a standard Young tableau as a sparse matrix.

Usage

1

Arguments

syt

a standard Young tableau

Value

A sparse matrix.

See Also

matrix2syt

Examples

1
2
syt <- list(c(1,2,6), c(3,5), 4)
syt2matrix(syt)

syt documentation built on Jan. 16, 2021, 5:19 p.m.

Related to syt2matrix in syt...