MCPcopy 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
91class QRResult(NamedTuple):
92 Q: NDArray[Any]
93 R: NDArray[Any]
94
95class SlogdetResult(NamedTuple):
96 sign: NDArray[Any]

Callers 1

qrFunction · 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…