syt2matrix: Standard Young tableau as sparse matrix

View source: R/syt2matrix.R

syt2matrixR 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

matrix2syt.

Examples

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

stla/syt documentation built on July 24, 2024, 4:37 a.m.