Sam Chaudry
Upload folder using huggingface_hub
7885a28 verified
raw
history blame
178 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], m: int) -> int: ...