vector.backends.numba_numpy module

vector.backends.numba_numpy module#

Implements VectorNumpys in Numba. Only __getitem__ should be overloaded to return lowered VectorObjects, and maybe the vector.array constructor should also be handled.

As mentioned in scikit-hep/vector#43, this capability is blocked by numba/numba#6148.