3RNN/Lib/site-packages/scipy/linalg/_decomp_lu_cython.pyi
2024-05-26 19:49:15 +02:00

7 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