Learn R Programming

jack (version 2.0.0)

Jack_julia: Evaluation with Julia

Description

Evaluate the Jack polynomials with Julia. This is highly faster.

Usage

Jack_julia()

Arguments

Value

A list of functions having the same names as the R functions of this package (Jack, JackPol, Schur, etc).

See Also

as.function.exactmvp

Examples

Run this code
# NOT RUN {
library(jack)
# }
# NOT RUN {
if(JuliaConnectoR::juliaSetupOk()){
  julia <- Jack_julia()
  # for `JackPol`, you can pass a rational `alpha` as a string:
  ( pol <- julia$JackPol(m = 2, lambda = c(3, 1), alpha = "3/2") )
  class(pol)
  JuliaConnectoR::stopJulia()
}
# }

Run the code above in your browser using DataLab