Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
class
EighResult(NamedTuple):
44
eigenvalues: NDArray[Any]
45
eigenvectors: NDArray[Any]
46
47
class
QRResult(NamedTuple):
48
Q: NDArray[Any]
Callers
1
eigh
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected