I am in need of Bessel functions in Modelica along with a host of possible functions in the future that already exist in external C/Fortran/Python/etc libraries.
I know there is some sort of ability to call external functions as that is how LAPACK is used in the Modelica Standard Library.
My question:
Before I spend time trying to figure out the magic of external functions I wanted to know if anyone was aware of efforts that have already integrated something like the GNU ScientificLibrary or Python SciPy and could point me in their direction.
Thanks