numba / numba-scipy

numba_scipy extends Numba to make it aware of SciPy
https://numba-scipy.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
256 stars 33 forks source link

Supporting complex airy #73

Open Romutulus opened 3 years ago

Romutulus commented 3 years ago

Hi, so I've attempted to use the code from here to implement a njit compatible complex airy function, but it ended up crashing my kernel. Any idea what the problem is? Or maybe it's possible to have numba-scipy support airy officially?

To clarify, the complex airy function itself crashes my kernel i.e.: numba_airy_complex128(1)

esc commented 3 years ago

Hi, so I've attempted to use the code from here to implement a njit compatible complex airy function, but it ended up crashing my kernel. Any idea what the problem is? Or maybe it's possible to have numba-scipy support airy officially?

To clarify, the complex airy function itself crashes my kernel i.e.: numba_airy_complex128(1)

Thank you for asking about this. I can add this as a feature request for now.