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
|
Function to compute the cross product between two 3D arrays |
|
Function to compute the dot product between two 3D arrays |
|
Function to compute the norm of a 3D array |