Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ EigResult
Class
EigResult
numpy/linalg/linalg.py:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
from
numpy._typing
import
NDArray
38
39
class
EigResult(NamedTuple):
40
eigenvalues: NDArray[Any]
41
eigenvectors: NDArray[Any]
42
43
class
EighResult(NamedTuple):
44
eigenvalues: NDArray[Any]
Callers
1
eig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected