11 lines
96 B
Python
11 lines
96 B
Python
"""
|
|
NumPy extensions.
|
|
"""
|
|
|
|
from numba.np.arraymath import cross2d
|
|
|
|
|
|
__all__ = [
|
|
'cross2d'
|
|
]
|