hypergeomPFQ_julia | R Documentation |
Evaluate the hypergeometric function of a matrix argument with Julia. This is highly faster.
hypergeomPFQ_julia()
A function with the same arguments as hypergeomPFQ
.
See JuliaConnectoR-package
for
information about setting up Julia. If you want to directly use Julia,
you can use my package.
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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.