Files
zenml/venv/lib/python3.9/site-packages/scipy/linalg/_matfuncs_expm.pyi
Christian Mantha 2ca0b9ef7c star
2026-03-02 19:10:52 -05:00

7 lines
187 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], n: int, m: int) -> None: ...