Learn R Programming

jack (version 5.3.0)

JackPolCPP: Jack polynomial - C++ implementation

Description

Returns the Jack polynomial.

Usage

JackPolCPP(n, lambda, alpha)

Value

A qspray multivariate polynomial.

Arguments

n

number of variables, a positive integer

lambda

an integer partition, given as a vector of decreasing integers

alpha

positive rational number, given as a string such as "2/3" or as a bigq number

Examples

Run this code
JackPolCPP(3, lambda = c(3, 1), alpha = "2/5")

Run the code above in your browser using DataLab