ZonalCPP: Evaluation of zonal polynomial - C++ implementation

View source: R/CPP.R

ZonalCPPR Documentation

Evaluation of zonal polynomial - C++ implementation

Description

Evaluates the zonal polynomial.

Usage

ZonalCPP(x, lambda)

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

Value

A bigq number.

Examples

ZonalCPP(c("1", "3/2", "-2/3"), lambda = c(3, 1))

jack documentation built on July 9, 2023, 7:09 p.m.