Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
95
class
SlogdetResult(NamedTuple):
96
sign: NDArray[Any]
97
logabsdet: NDArray[Any]
98
99
class
SVDResult(NamedTuple):
100
U: NDArray[Any]
Callers
1
slogdet
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…