KostkaNumbersWithGivenMu {syt} | R Documentation |
Kostka numbers with given
Description
Lists all positive Kostka numbers with
a given partition
.
Usage
KostkaNumbersWithGivenMu(mu, output = "vector")
Arguments
mu |
integer partition |
output |
the format of the output, either |
Value
If output="vector"
, this function returns a named vector.
This vector is made of the positive Kostka numbers
and its names encode the partitions
.
If
output="list"
, this function returns a list of lists.
Each of these lists has two
elements. The first one is named lambda
and is an integer
partition, and the second one is named value
and is a positive
integer, the Kostka number . It is faster to
compute the Kostka numbers with this function than computing the
individual Kostka numbers with the function
KostkaNumber
.
See Also
KostkaNumber
, KostkaNumbers
,
KostkaNumbersWithGivenLambda
.
Examples
KostkaNumbersWithGivenMu(c(2, 1, 1))
[Package syt version 0.5.0 Index]