team-10/venv/Lib/site-packages/scipy/linalg/_decomp_lu_cython.pyi
2025-08-02 02:00:33 +02:00

6 lines
291 B
Python

from numpy.typing import NDArray
from typing import Any
def lu_decompose(a: NDArray[Any], lu: NDArray[Any], perm: NDArray[Any], permute_l: bool) -> None: ... # noqa: E501
def lu_dispatcher(a: NDArray[Any], lu: NDArray[Any], perm: NDArray[Any], permute_l: bool) -> None: ... # noqa: E501