Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ EigResult
Class
EigResult
numpy/linalg/_linalg.py:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
class
EigResult(NamedTuple):
84
eigenvalues: NDArray[Any]
85
eigenvectors: NDArray[Any]
86
87
class
EighResult(NamedTuple):
88
eigenvalues: NDArray[Any]
Callers
1
eig
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…