numba/numba-scipy

Supporting complex airy

Romutulus opened this issue · 1 comments

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

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.