I'm posting this in several places at once to improve response. I've come across an ODE in waveguide problems that can be identified as Bessel's equation with an imaginary index. The formal definition makes sense but I cannot find software that will evaluate this. I've checked boost and matlab. There are a few recent articles about these functions from NIST but they are all theoretical and to not cover implementation.
So, I am reaching out to see if anyone knows of either (1) an open source implementation of these functions, or (2) a transform that allows these functions to be expresses in terms of known functions.
There is the so-called Amos library (written in Fortram), see http://www.netlib.org/amos/ or https://github.com/JuliaLang/openspecfun/tree/master/amos.
See also https://scicomp.stackexchange.com/questions/19902 with a link to a C++ wrapper at https://blog.joey-dumont.ca/complex_bessel/ or https://github.com/valandil/complex_bessel.
Disclaimer I have not tested the libraries.