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_ from numpy.polynomial._polybase import ABCPolyBase from numpy.polynomial.polyutils import trimcoef __all__: list[str] chebtrim = trimcoef def poly2cheb(pol): ... def cheb2poly(c): ... chebdomain: ndarray[Any, dtype[int_]] chebzero: ndarray[Any, dtype[int_]] chebone: ndarray[Any, dtype[int_]] chebx: ndarray[Any, dtype[int_]] def chebline(off, scl): ... def chebfromroots(roots): ... def chebadd(c1, c2): ... def chebsub(c1, c2): ... def chebmulx(c): ... def chebmul(c1, c2): ... def chebdiv(c1, c2): ... def chebpow(c, pow, maxpower=...): ... def chebder(c, m=..., scl=..., axis=...): ... def chebint(c, m=..., k = ..., lbnd=..., scl=..., axis=...): ... def chebval(x, c, tensor=...): ... def chebval2d(x, y, c): ... def chebgrid2d(x, y, c): ... def chebval3d(x, y, z, c): ... def chebgrid3d(x, y, z, c): ... def chebvander(x, deg): ... def chebvander2d(x, y, deg): ... def chebvander3d(x, y, z, deg): ... def chebfit(x, y, deg, rcond=..., full=..., w=...): ... def chebcompanion(c): ... def chebroots(c): ... def chebinterpolate(func, deg, args = ...): ... def chebgauss(deg): ... def chebweight(x): ... def chebpts1(npts): ... def chebpts2(npts): ... class Chebyshev(ABCPolyBase): @classmethod def interpolate(cls, func, deg, domain=..., args = ...): ... domain: Any window: Any basis_name: Any
SILENT KILLER Tool