KostkaNumbers {syt} | R Documentation |
Kostka numbers for all partitions of a given weight
Description
Computes the Kostka numbers for all integer partitions of a given weight.
Usage
KostkaNumbers(n)
Arguments
n |
positive integer, the weight of the partitions |
Value
An integer matrix, whose row names and column names encode the
partitions \lambda
and \mu
and whose entries are the
Kostka numbers K(\lambda,\mu)
.
See Also
KostkaNumbersWithGivenLambda
,
KostkaNumbersWithGivenMu
, skewKostkaNumbers
.
Examples
KostkaNumbers(4)
[Package syt version 0.5.0 Index]