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.
Now we use
PPoly
/NdPPoly
classes from SciPy as base for ourSplinePPForm
andNdGridSplinePPForm
classes respectively. This will allow us to improve performance of spline evaluate and use spline analysis functionality from SciPy, for examplederivative
andintegrate
functions.In accordance with issue #20.