MCPcopy Create free account
hub / github.com/PythonOT/POT / matmul

Method matmul

ot/backend.py:1082–1088  ·  view source on GitHub ↗

r""" Matrix product of two arrays. See: https://numpy.org/doc/stable/reference/generated/numpy.matmul.html#numpy.matmul

(self, a, b)

Source from the content-addressed store, hash-verified

1080 raise NotImplementedError()
1081
1082 def matmul(self, a, b):
1083 r"""
1084 Matrix product of two arrays.
1085
1086 See: https://numpy.org/doc/stable/reference/generated/numpy.matmul.html#numpy.matmul
1087 """
1088 raise NotImplementedError()
1089
1090 def nan_to_num(self, x, copy=True, nan=0.0, posinf=None, neginf=None):
1091 r"""

Callers 12

test_empty_backendFunction · 0.95
matmulMethod · 0.45
matmulMethod · 0.45
dotMethod · 0.45
matmulMethod · 0.45
matmulMethod · 0.45
dotMethod · 0.45
matmulMethod · 0.45
test_projections_stiefelFunction · 0.45
test_func_backendsFunction · 0.45
get_gmmsFunction · 0.45
plot_GMM_flow.pyFile · 0.45

Calls

no outgoing calls

Tested by 4

test_empty_backendFunction · 0.76
test_projections_stiefelFunction · 0.36
test_func_backendsFunction · 0.36
get_gmmsFunction · 0.36