ENH: Allow `Splinterpolator` instances to be created from an existing set of spline coefficients, and extend extrapolation options
Compare changes
+ 24
− 6
@@ -64,8 +64,7 @@ public:
@@ -84,6 +83,22 @@ public:
@@ -1439,16 +1454,19 @@ void Splinterpolator<T>::assign(const Splinterpolator<T>& src)
@@ -1488,7 +1506,7 @@ void Splinterpolator<T>::deconv_along(unsigned int dim)