MCPcopy 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
47class QRResult(NamedTuple):
48 Q: NDArray[Any]
49 R: NDArray[Any]
50
51class SlogdetResult(NamedTuple):
52 sign: NDArray[Any]

Callers 1

qrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected