Current Path: > > opt > cloudlinux > venv > lib64 > python3.11 > > site-packages > numpy > polynomial
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
tests | Directory | - | - | |
__init__.py | File | 6781 bytes | April 17 2025 13:10:58. | |
__init__.pyi | File | 701 bytes | April 17 2025 13:10:58. | |
_polybase.py | File | 39271 bytes | April 17 2025 13:10:58. | |
_polybase.pyi | File | 2321 bytes | April 17 2025 13:10:58. | |
chebyshev.py | File | 62796 bytes | April 17 2025 13:10:58. | |
chebyshev.pyi | File | 1387 bytes | April 17 2025 13:10:58. | |
hermite.py | File | 52514 bytes | April 17 2025 13:10:58. | |
hermite.pyi | File | 1217 bytes | April 17 2025 13:10:58. | |
hermite_e.py | File | 52642 bytes | April 17 2025 13:10:58. | |
hermite_e.pyi | File | 1238 bytes | April 17 2025 13:10:58. | |
laguerre.py | File | 50858 bytes | April 17 2025 13:10:58. | |
laguerre.pyi | File | 1178 bytes | April 17 2025 13:10:58. | |
legendre.py | File | 51550 bytes | April 17 2025 13:10:58. | |
legendre.pyi | File | 1178 bytes | April 17 2025 13:10:58. | |
polynomial.py | File | 49112 bytes | April 17 2025 13:10:58. | |
polynomial.pyi | File | 1132 bytes | April 17 2025 13:10:58. | |
polyutils.py | File | 23237 bytes | April 17 2025 13:10:58. | |
polyutils.pyi | File | 264 bytes | April 17 2025 13:10:58. | |
setup.py | File | 373 bytes | April 17 2025 13:10:58. |
import abc from typing import Any, ClassVar __all__: list[str] class ABCPolyBase(abc.ABC): __hash__: ClassVar[None] # type: ignore[assignment] __array_ufunc__: ClassVar[None] maxpower: ClassVar[int] coef: Any @property def symbol(self) -> str: ... @property @abc.abstractmethod def domain(self): ... @property @abc.abstractmethod def window(self): ... @property @abc.abstractmethod def basis_name(self): ... def has_samecoef(self, other): ... def has_samedomain(self, other): ... def has_samewindow(self, other): ... def has_sametype(self, other): ... def __init__(self, coef, domain=..., window=..., symbol: str = ...) -> None: ... def __format__(self, fmt_str): ... def __call__(self, arg): ... def __iter__(self): ... def __len__(self): ... def __neg__(self): ... def __pos__(self): ... def __add__(self, other): ... def __sub__(self, other): ... def __mul__(self, other): ... def __truediv__(self, other): ... def __floordiv__(self, other): ... def __mod__(self, other): ... def __divmod__(self, other): ... def __pow__(self, other): ... def __radd__(self, other): ... def __rsub__(self, other): ... def __rmul__(self, other): ... def __rdiv__(self, other): ... def __rtruediv__(self, other): ... def __rfloordiv__(self, other): ... def __rmod__(self, other): ... def __rdivmod__(self, other): ... def __eq__(self, other): ... def __ne__(self, other): ... def copy(self): ... def degree(self): ... def cutdeg(self, deg): ... def trim(self, tol=...): ... def truncate(self, size): ... def convert(self, domain=..., kind=..., window=...): ... def mapparms(self): ... def integ(self, m=..., k = ..., lbnd=...): ... def deriv(self, m=...): ... def roots(self): ... def linspace(self, n=..., domain=...): ... @classmethod def fit(cls, x, y, deg, domain=..., rcond=..., full=..., w=..., window=...): ... @classmethod def fromroots(cls, roots, domain = ..., window=...): ... @classmethod def identity(cls, domain=..., window=...): ... @classmethod def basis(cls, deg, domain=..., window=...): ... @classmethod def cast(cls, series, domain=..., window=...): ...
SILENT KILLER Tool