Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ QRResult
Class
QRResult
numpy/linalg/_linalg.py:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
eigenvectors: NDArray[Any]
90
91
class
QRResult(NamedTuple):
92
Q: NDArray[Any]
93
R: NDArray[Any]
94
95
class
SlogdetResult(NamedTuple):
96
sign: NDArray[Any]
Callers
1
qr
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…