ENH: Allow `Splinterpolator` instances to be created from an existing set of spline coefficients, and extend extrapolation options
Compare changes
+ 27
− 17
@@ -64,8 +64,7 @@ public:
@@ -84,6 +83,22 @@ public:
@@ -797,18 +812,10 @@ unsigned int Splinterpolator<T>::get_start_indicies(const double *coord, int *si
@@ -1439,16 +1446,19 @@ void Splinterpolator<T>::assign(const Splinterpolator<T>& src)
@@ -1488,7 +1498,7 @@ void Splinterpolator<T>::deconv_along(unsigned int dim)