powered by
Evaluate the hypergeometric function of a matrix argument with Julia. This is highly faster.
hypergeomPFQ_julia()
A function with the same arguments as hypergeomPFQ.
hypergeomPFQ
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