Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ QRResult
Class
QRResult
numpy/linalg/linalg.py:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
eigenvectors: NDArray[Any]
46
47
class
QRResult(NamedTuple):
48
Q: NDArray[Any]
49
R: NDArray[Any]
50
51
class
SlogdetResult(NamedTuple):
52
sign: NDArray[Any]
Callers
1
qr
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected