Home
last modified time | relevance | path

Searched refs:PPoly (Results 1 – 19 of 19) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/tests/
H A Dtest_interpolate.py974 class P(PPoly):
1024 p = PPoly(c, x)
1103 p = PPoly(c, x)
1128 p = PPoly(c, x)
1167 pp = PPoly(c, x)
1228 pp = PPoly(c, x)
1282 p = PPoly(c, x)
1366 pp = PPoly(c, x)
1383 p = PPoly(c, x)
1390 p = PPoly(c, x)
[all …]
H A Dtest_bsplines.py7 from scipy.interpolate import (BSpline, BPoly, PPoly, make_interp_spline,
228 pp = PPoly.from_spline((t, c, k))
377 p = PPoly.from_spline(b)
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/transform/
H A D_rotation_spline.py364 from scipy.interpolate import PPoly
407 self.interpolator = PPoly(coeff, times)
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/
H A Dinterpolate.py949 class PPoly(_PPolyBase): class
1644 if not isinstance(pp, PPoly):
2283 p = PPoly.construct_fast(c.reshape(c.shape[0], c.shape[1], -1),
2338 p = PPoly.construct_fast(c, self.x[n], extrapolate=extrapolate)
2731 class _ppform(PPoly):
2748 PPoly.__init__(self, coeffs, breaks)
2758 return PPoly.__call__(self, x, 0, False)
2761 PPoly._evaluate(self, x, nu, extrapolate, out)
H A D_cubic.py5 from . import PPoly
70 class CubicHermiteSpline(PPoly):
/dports/science/py-scipy/scipy-1.7.1/doc/release/
H A D0.14.1-notes.rst32 - `#4225 <https://github.com/scipy/scipy/pull/4225>`__: BUG: off-by-one error in PPoly shape checks
H A D1.3.1-notes.rst70 …om/scipy/scipy/pull/10600>`__: BUG: interpolate: fix broken conversions between PPoly/BPoly objects
H A D0.19.0-notes.rst222 with piecewise polynomials, `scipy.interpolate.PPoly`. This means that
535 - `#6315 <https://github.com/scipy/scipy/pull/6315>`__: ENH: Descending order of x in PPoly
664 - `#6744 <https://github.com/scipy/scipy/pull/6744>`__: ENH: interpolate: make PPoly.from_spline ac…
H A D0.18.0-notes.rst51 Univariate piecewise polynomial classes, `PPoly` and `Bpoly`, can now be
515 - `#4356 <https://github.com/scipy/scipy/pull/4356>`__: ENH: add PPoly.solve(y) for solving ``p(x) …
771 - `#6186 <https://github.com/scipy/scipy/pull/6186>`__: ENH: Periodic extrapolation for PPoly and B…
H A D0.16.0-notes.rst331 - `#4355 <https://github.com/scipy/scipy/issues/4355>`__: PPoly.antiderivative() produces incorrect…
655 - `#4784 <https://github.com/scipy/scipy/pull/4784>`__: add an axis attribute to PPoly and friends
H A D0.14.0-notes.rst31 polynomial bases have been added as `scipy.interpolate.PPoly` and
H A D1.3.0-notes.rst524 * `#9808 <https://github.com/scipy/scipy/pull/9808>`__: Fix PPoly integrate and test for CubicSpline
H A D1.0.0-notes.rst677 - `#7186 <https://github.com/scipy/scipy/pull/7186>`__: MAINT: PPoly: improve error messages for wr…
H A D1.4.0-notes.rst718 * `#10318 <https://github.com/scipy/scipy/pull/10318>`__: DOC: update the example for PPoly.solve
H A D1.5.0-notes.rst707 * `#11218 <https://github.com/scipy/scipy/pull/11218>`__: BUG: scipy/interpolate: fix PPoly/Cubic\*…
/dports/science/shelxle/shelxle-1.0.1352/
H A Dmolecule.h378 typedef struct PPoly{ struct
382 }PPoly; argument
592 QList<PPoly> ptriangles;
H A Dmolecule.cpp9488 PPoly tri; in make1Plane()
/dports/science/py-scipy/scipy-1.7.1/benchmarks/benchmarks/
H A Dinterpolate.py61 self.pp = interpolate.PPoly(c, x)
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/
H A D_bvp.py587 from scipy.interpolate import PPoly
599 return PPoly(c, x, extrapolate=True, axis=1)