MCPcopy 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

37from numpy._typing import NDArray
38
39class EigResult(NamedTuple):
40 eigenvalues: NDArray[Any]
41 eigenvectors: NDArray[Any]
42
43class EighResult(NamedTuple):
44 eigenvalues: NDArray[Any]

Callers 1

eigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected