applied-ai-018's picture
Add files using upload-large-folder tool
a4d299a verified
raw
history blame
187 Bytes
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: ...