MCPcopy 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
51class SlogdetResult(NamedTuple):
52 sign: NDArray[Any]
53 logabsdet: NDArray[Any]
54
55class SVDResult(NamedTuple):
56 U: NDArray[Any]

Callers 1

slogdetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected