| 97 | logabsdet: NDArray[Any] |
| 98 | |
| 99 | class SVDResult(NamedTuple): |
| 100 | U: NDArray[Any] |
| 101 | S: NDArray[Any] |
| 102 | Vh: NDArray[Any] |
| 103 | |
| 104 | |
| 105 | array_function_dispatch = functools.partial( |
no outgoing calls
no test coverage detected
searching dependent graphs…