Skip to content

Commit 0686979

Browse files
committed
Add matrix_transpose and vecdot to the main namespace
1 parent 1a053c9 commit 0686979

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numpy_array_api_compat/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@
3232
#
3333
# It doesn't overwrite np.linalg from above.
3434
import numpy_array_api_compat.linalg
35+
36+
from .linalg import matrix_transpose, vecdot

0 commit comments

Comments
 (0)