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

Class SVDResult

numpy/linalg/_linalg.py:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 logabsdet: NDArray[Any]
98
99class SVDResult(NamedTuple):
100 U: NDArray[Any]
101 S: NDArray[Any]
102 Vh: NDArray[Any]
103
104
105array_function_dispatch = functools.partial(

Callers 1

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