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