Package for generalized special functions

Is there any package that implements “generalized” special functions like the Meijer G-function, Fox–Wright Psi-function, Fox H-function? My go to for this kind of needs GSL.jl doesn’t have them.

1 Like

I just made one so while it is late by half a decade for your question, it may be useful for anyone sent here by the algorithms: GitHub - TSGut/MeijerG.jl: A Julia package for calculating Meijer-G functions · GitHub

Hopefully this covers the Meijer-G needs someone might have (feel free to open an issue if not).

2 Likes