Videre
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
NumPy extensions.
|
||||
"""
|
||||
|
||||
from numba.np.arraymath import cross2d
|
||||
|
||||
|
||||
__all__ = [
|
||||
'cross2d'
|
||||
]
|
||||
Reference in New Issue
Block a user