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

Method eigh

ot/backend.py:974–982  ·  view source on GitHub ↗

r""" Computes the eigenvalues and eigenvectors of a symmetric tensor. This function follows the api from :any:`scipy.linalg.eigh`. See: https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.eigh.html

(self, a)

Source from the content-addressed store, hash-verified

972 raise NotImplementedError()
973
974 def eigh(self, a):
975 r"""
976 Computes the eigenvalues and eigenvectors of a symmetric tensor.
977
978 This function follows the api from :any:`scipy.linalg.eigh`.
979
980 See: https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.eigh.html
981 """
982 raise NotImplementedError()
983
984 def kl_div(self, p, q, mass=False, eps=1e-16):
985 r"""

Callers 15

test_empty_backendFunction · 0.95
proj_SDPFunction · 0.45
sqrtmMethod · 0.45
eighMethod · 0.45
sqrtmMethod · 0.45
eighMethod · 0.45
sqrtmMethod · 0.45
eighMethod · 0.45
sqrtmMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_empty_backendFunction · 0.76
test_func_backendsFunction · 0.36