pyseobnr.eob.utils.math_ops_opt

Contains hand-written vector operations wrapped in numba for speed. For small operations, i.e. involving just 2 vectors these are faster than NumPy since they do not incur overheads.

Functions

my_cross(a, b)

Function to compute the cross product between two 3D arrays

my_dot(a, b)

Function to compute the dot product between two 3D arrays

my_norm(a)

Function to compute the norm of a 3D array