team-10/venv/Lib/site-packages/scipy/linalg/_matfuncs_expm.pyi

7 lines
187 B
Python
Raw Normal View History

2025-08-02 02:00:33 +02:00
from numpy.typing import NDArray
from typing import Any
def pick_pade_structure(a: NDArray[Any]) -> tuple[int, int]: ...
def pade_UV_calc(Am: NDArray[Any], n: int, m: int) -> None: ...