Learn R Programming

HypergeoMat (version 4.0.3)

hypergeomPFQ_julia: Evaluation with Julia

Description

Evaluate the hypergeometric function of a matrix argument with Julia. This is highly faster.

Usage

hypergeomPFQ_julia()

Arguments

Value

A function with the same arguments as hypergeomPFQ.

Examples

Run this code
library(HypergeoMat)
if(JuliaConnectoR::juliaSetupOk()){
  jhpq <- hypergeomPFQ_julia()
  jhpq(30, c(1+1i, 2, 3), c(4, 5), c(0.1, 0.2, 0.3+0.3i))
  JuliaConnectoR::stopJulia()
}

Run the code above in your browser using DataLab