Learn R Programming

jack (version 5.3.0)

JackCPP: Evaluation of Jack polynomial - C++ implementation

Description

Evaluates the Jack polynomial.

Usage

JackCPP(x, lambda, alpha)

Value

A bigq number.

Arguments

x

variables, a vector of bigq numbers, or a vector that can be coerced as such (e.g. c("2", "5/3"))

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
JackCPP(c("1", "3/2", "-2/3"), lambda = c(3, 1), alpha = "1/4")

Run the code above in your browser using DataLab