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. |
from typing import Any from numpy import ndarray, dtype, int_, float_ from numpy.polynomial._polybase import ABCPolyBase from numpy.polynomial.polyutils import trimcoef __all__: list[str] hermtrim = trimcoef def poly2herm(pol): ... def herm2poly(c): ... hermdomain: ndarray[Any, dtype[int_]] hermzero: ndarray[Any, dtype[int_]] hermone: ndarray[Any, dtype[int_]] hermx: ndarray[Any, dtype[float_]] def hermline(off, scl): ... def hermfromroots(roots): ... def hermadd(c1, c2): ... def hermsub(c1, c2): ... def hermmulx(c): ... def hermmul(c1, c2): ... def hermdiv(c1, c2): ... def hermpow(c, pow, maxpower=...): ... def hermder(c, m=..., scl=..., axis=...): ... def hermint(c, m=..., k = ..., lbnd=..., scl=..., axis=...): ... def hermval(x, c, tensor=...): ... def hermval2d(x, y, c): ... def hermgrid2d(x, y, c): ... def hermval3d(x, y, z, c): ... def hermgrid3d(x, y, z, c): ... def hermvander(x, deg): ... def hermvander2d(x, y, deg): ... def hermvander3d(x, y, z, deg): ... def hermfit(x, y, deg, rcond=..., full=..., w=...): ... def hermcompanion(c): ... def hermroots(c): ... def hermgauss(deg): ... def hermweight(x): ... class Hermite(ABCPolyBase): domain: Any window: Any basis_name: Any
SILENT KILLER Tool