MCPcopy Create free account
hub / github.com/numpy/numpy / EighResult

Class EighResult

numpy/linalg/linalg.py:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 eigenvectors: NDArray[Any]
42
43class EighResult(NamedTuple):
44 eigenvalues: NDArray[Any]
45 eigenvectors: NDArray[Any]
46
47class QRResult(NamedTuple):
48 Q: NDArray[Any]

Callers 1

eighFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected