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