Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ EighResult
Class
EighResult
numpy/linalg/_linalg.py:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
eigenvectors: NDArray[Any]
86
87
class
EighResult(NamedTuple):
88
eigenvalues: NDArray[Any]
89
eigenvectors: NDArray[Any]
90
91
class
QRResult(NamedTuple):
92
Q: NDArray[Any]
Callers
1
eigh
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…