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

Method qr

ot/backend.py:1058–1064  ·  view source on GitHub ↗

r""" Return the QR factorization See: https://numpy.org/doc/stable/reference/generated/numpy.linalg.qr.html

(self, a)

Source from the content-addressed store, hash-verified

1056 raise NotImplementedError()
1057
1058 def qr(self, a):
1059 r"""
1060 Return the QR factorization
1061
1062 See: https://numpy.org/doc/stable/reference/generated/numpy.linalg.qr.html
1063 """
1064 raise NotImplementedError()
1065
1066 def atan2(self, a, b):
1067 r"""

Callers 11

test_empty_backendFunction · 0.95
qrMethod · 0.45
qrMethod · 0.45
qrMethod · 0.45
qrMethod · 0.45
qrMethod · 0.45
ewcaFunction · 0.45
test_prwFunction · 0.45
test_ewcaFunction · 0.45
test_func_backendsFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_empty_backendFunction · 0.76
test_prwFunction · 0.36
test_ewcaFunction · 0.36
test_func_backendsFunction · 0.36