all_sytx: Enumeration of standard Young tableaux

Description Usage Arguments Value Examples

View source: R/enumeration.R

Description

Generates all standard Young tableaux of a given shape.

Usage

1
all_sytx(lambda)

Arguments

lambda

shape, an integer partition

Value

A list of standard Young tableaux.

Examples

1
all_sytx(c(5,2))

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

Related to all_sytx in syt...