How can I, from a Numba jitted function, call another Numba jitted function with a pointer?
I have several Numba jitted functions f_i with the same signature.
I want to dynamically call them from another jitted function g.
Numba indexing on Record type (structured array in numpy)
I have a numpy structured array and pass one element in it to a function as below.