Files
geMoldInsight/venv/lib/python3.11/site-packages/scipy/linalg/_matfuncs_expm.pyi
T
2026-02-12 23:27:48 +08:00

7 lines
178 B
Python

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], m: int) -> int: ...