Files
backtrader/venv/Lib/site-packages/scipy/linalg/_decomp_lu_cython.pyi
2026-01-17 21:21:30 +08:00

7 lines
297 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