MCPcopy Index your code
hub / github.com/numpy/numpy / SlogdetResult

Class SlogdetResult

numpy/linalg/_linalg.py:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 R: NDArray[Any]
94
95class SlogdetResult(NamedTuple):
96 sign: NDArray[Any]
97 logabsdet: NDArray[Any]
98
99class SVDResult(NamedTuple):
100 U: NDArray[Any]

Callers 1

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