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)

syt documentation built on Sept. 11, 2024, 5:28 p.m.

Related to syt2matrix in syt...