espdev / csaps

Cubic spline approximation (smoothing)
https://csaps.readthedocs.io
MIT License
165 stars 28 forks source link

Use PPoly and NdPPoly from SciPy as base classes #25

Closed espdev closed 4 years ago

espdev commented 4 years ago

Now we use PPoly/NdPPoly classes from SciPy as base for our SplinePPForm and NdGridSplinePPForm classes respectively. This will allow us to improve performance of spline evaluate and use spline analysis functionality from SciPy, for example derivative and integrate functions.

In accordance with issue #20.