We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a053c9 commit 0686979Copy full SHA for 0686979
numpy_array_api_compat/__init__.py
@@ -32,3 +32,5 @@
32
#
33
# It doesn't overwrite np.linalg from above.
34
import numpy_array_api_compat.linalg
35
+
36
+from .linalg import matrix_transpose, vecdot
0 commit comments